Skip to content

Commit

Permalink
ci: allow running of workflows manually
Browse files Browse the repository at this point in the history
Apparently, new workflow files do not trigger CI runs.
  • Loading branch information
Rajil1213 committed Jul 16, 2024
1 parent d1f0b69 commit 77bdde8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
merge_group:
push:
branches: [master]
workflow_dispatch:

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

env:
CARGO_TERM_COLOR: always
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
merge_group:
push:
branches: [master]
workflow_dispatch:

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 77bdde8

Please sign in to comment.