Skip to content

Commit

Permalink
Add workflow_dispatch to CI so it can be triggered manually if needed
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoodrow authored Nov 12, 2023
1 parent 4471725 commit e90cf9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- master
pull_request:
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit e90cf9c

Please sign in to comment.