Skip to content

Commit

Permalink
Added 'workflow_dispatch' for manual build ability
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicMaas authored Oct 17, 2021
1 parent ecd6b52 commit 684f135
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ name: CI

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch

# Added 'workflow_dispatch' work manual builds
on:
workflow_dispatch:
push:
branches: [ master ]
pull_request:
Expand Down

0 comments on commit 684f135

Please sign in to comment.