Trigger CI only from master branch
This commit is contained in:
parent
72650dcec6
commit
80de5ac82c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -2,7 +2,7 @@ name: Release build
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: dev
|
||||
branches: master
|
||||
|
||||
jobs:
|
||||
build_windows:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue