mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Build on CircleCI only if tags is set or branch develop
This commit is contained in:
parent
f7fca26aa3
commit
d7c8955893
1 changed files with 6 additions and 0 deletions
|
@ -532,6 +532,12 @@ workflows:
|
||||||
main:
|
main:
|
||||||
jobs:
|
jobs:
|
||||||
- prepare
|
- prepare
|
||||||
|
filters:
|
||||||
|
tags:
|
||||||
|
only: /.*/
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- develop
|
||||||
- build_x86_64:
|
- build_x86_64:
|
||||||
requires:
|
requires:
|
||||||
- prepare
|
- prepare
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue