Skip to content

Commit

Permalink
Add workflow_dispatch trigger to CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gschjetne authored Aug 10, 2023
1 parent e87e2d5 commit ed62d6c
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 @@ -11,6 +11,7 @@ name: CI
# Controls when the action will run. Triggers the workflow on push for any branch, and
# pull requests to master
on:
workflow_dispatch:
push:
pull_request:
branches: [ master ]
Expand Down

0 comments on commit ed62d6c

Please sign in to comment.