Run CI on develop/master branches only
This commit is contained in:
parent
83be63f172
commit
8edd3d8e80
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
|
@ -3,7 +3,8 @@ name: build
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- '*'
|
- 'develop'
|
||||||
|
- 'master'
|
||||||
tags:
|
tags:
|
||||||
- '[0-9]*'
|
- '[0-9]*'
|
||||||
- 'v[0-9]*'
|
- 'v[0-9]*'
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue