Skip to content

Commit

Permalink
ci: allow manual trigger of ci jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
maxhoesel committed Mar 29, 2021
1 parent 9c46512 commit 34820af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- "plugins/**"
- "tests/**"
- ".github/workflows/**"
workflow_dispatch:

defaults:
run:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-roles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
paths:
- "roles/**"
- ".github/workflows/**"
workflow_dispatch:

defaults:
run:
Expand Down

0 comments on commit 34820af

Please sign in to comment.