Wizard builds are now triggered using master branch commits
This commit is contained in:
parent
bb7fbae2dc
commit
ddb592f2d5
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -2,9 +2,9 @@ name: Update Wizard
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ 'feature/synchronized-wizard-builds' ]
|
branches: [ 'master' ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ 'feature/synchronized-wizard-builds' ]
|
branches: [ 'master' ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
dispatch:
|
dispatch:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue