Skip to content

Commit

Permalink
chore: add manual trigger to CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
tglman committed Oct 24, 2024
1 parent 7bd0586 commit e4f5eb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
workflow_dispatch:
pull_request:
branches:
- master
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- "*"
workflow_dispatch:
pull_request:
branches:
- master
Expand Down

0 comments on commit e4f5eb6

Please sign in to comment.