Skip to content

Commit

Permalink
Add workflow_dispatch trigger to CI
Browse files Browse the repository at this point in the history
Make it possible to trigger the CI manually from the Actions page.
  • Loading branch information
LinqLover authored and fniephaus committed Sep 10, 2022
1 parent b35b5c5 commit 1a36b69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
- 'docs/**'
- '.appveyor.yml'
- '.travis.yml'
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit 1a36b69

Please sign in to comment.