Skip to content

Commit

Permalink
workflow_dispatch:
Browse files Browse the repository at this point in the history
  • Loading branch information
sefinek committed Oct 12, 2023
1 parent be0180d commit d7f766e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/download-blocklists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
# - cron: '0 * * * *' # At minute 0.
- cron: '0 */2 * * *' # At minute 0 past every 2nd hour.

workflow_dispatch:

jobs:
download:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/generate-blocklists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
paths:
- '**.txt'

workflow_dispatch:

jobs:
generate:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d7f766e

Please sign in to comment.