Skip to content

Commit

Permalink
Merge pull request #30 from trixi-framework/ci-workflow_dispatch
Browse files Browse the repository at this point in the history
add workflow_dispatch event trigger to CI
  • Loading branch information
ranocha authored Feb 10, 2021
2 parents dae36db + d0f59b0 commit b583cc1
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 @@ -17,6 +17,7 @@ on:
- '.github/workflows/CompatHelper.yml'
- '.github/workflows/TagBot.yml'
- 'docs/**'
workflow_dispatch:

jobs:
test:
Expand Down

0 comments on commit b583cc1

Please sign in to comment.