Skip to content

Commit

Permalink
Github workflows: add workflow_dispatch trigger events
Browse files Browse the repository at this point in the history
  • Loading branch information
eriknyquist committed Feb 5, 2025
1 parent 2a98aea commit b9a3ecc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Test coverage
on: [push]
on: [push, workflow_dispatch]
jobs:
test:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Tests
on: [push]
on: [push, workflow_dispatch]
jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b9a3ecc

Please sign in to comment.