Skip to content

Commit

Permalink
allow manual run of CI workflow in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bfritz committed Apr 20, 2024
1 parent 735e342 commit 10c8e39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: CI
on:
push:
branches: [main, staging, trying]
workflow_dispatch: {}

jobs:
test-scripts:
Expand Down

0 comments on commit 10c8e39

Please sign in to comment.