Skip to content

Commit

Permalink
Merge pull request #185 from crazy-max/ci-dispatch
Browse files Browse the repository at this point in the history
ci: set workflow_dispatch event
  • Loading branch information
tonistiigi authored Feb 23, 2024
2 parents 4631d49 + 7579271 commit 7a889f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ env:
DESTDIR: ./bin

on:
workflow_dispatch:
schedule:
- cron: '0 8 */6 * *' # every 6 days
push:
Expand Down

0 comments on commit 7a889f5

Please sign in to comment.