Skip to content

Commit

Permalink
github: Allow actions to be triggered manually
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlattimore committed Oct 30, 2023
1 parent 6fa8073 commit 77cc087
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cackle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ on:
paths:
- Cargo.lock
- cackle.toml
workflow_dispatch:

env:
CARGO_TERM_COLOR: always
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [ '**' ]
pull_request:
branches: [ '**' ]
workflow_dispatch:

env:
CARGO_TERM_COLOR: always
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: cackle-cron
on:
schedule:
- cron: '36 19 * * *'
workflow_dispatch:

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 77cc087

Please sign in to comment.