Skip to content

Commit

Permalink
can this allow triggering manually
Browse files Browse the repository at this point in the history
  • Loading branch information
mwu-tow committed Sep 6, 2021
1 parent 864e3f9 commit 25ad2b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/gui-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ name: GUI CI
- unstable
- stable
pull_request: {}
workflow_dispatch: {}
jobs:
info:
name: Build Info
Expand Down
3 changes: 2 additions & 1 deletion build/workflow.js
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,8 @@ let workflow = {
push: {
branches: ['develop','unstable','stable']
},
pull_request: {}
pull_request: {},
workflow_dispatch: {}
},
jobs: {
info: job_on_macos("Build Info", [
Expand Down

0 comments on commit 25ad2b8

Please sign in to comment.