comment out filters
This commit is contained in:
parent
92fdbd80d9
commit
eafcc14f0b
@ -804,10 +804,10 @@ workflows:
|
||||
- build-all:
|
||||
requires:
|
||||
- test-short
|
||||
filters:
|
||||
tags:
|
||||
only:
|
||||
- /^v\d+\.\d+\.\d+(-rc\d+)?$/
|
||||
# filters:
|
||||
# tags:
|
||||
# only:
|
||||
# - /^v\d+\.\d+\.\d+(-rc\d+)?$/
|
||||
- build-ntwk-calibration:
|
||||
requires:
|
||||
- test-short
|
||||
@ -833,23 +833,23 @@ workflows:
|
||||
- build-macos:
|
||||
requires:
|
||||
- test-short
|
||||
filters:
|
||||
branches:
|
||||
ignore:
|
||||
- /.*/
|
||||
tags:
|
||||
only:
|
||||
- /^v\d+\.\d+\.\d+(-rc\d+)?$/
|
||||
# filters:
|
||||
# branches:
|
||||
# ignore:
|
||||
# - /.*/
|
||||
# tags:
|
||||
# only:
|
||||
# - /^v\d+\.\d+\.\d+(-rc\d+)?$/
|
||||
- build-appimage:
|
||||
requires:
|
||||
- test-short
|
||||
filters:
|
||||
branches:
|
||||
ignore:
|
||||
- /.*/
|
||||
tags:
|
||||
only:
|
||||
- /^v\d+\.\d+\.\d+(-rc\d+)?$/
|
||||
# filters:
|
||||
# branches:
|
||||
# ignore:
|
||||
# - /.*/
|
||||
# tags:
|
||||
# only:
|
||||
# - /^v\d+\.\d+\.\d+(-rc\d+)?$/
|
||||
- publish:
|
||||
requires:
|
||||
- build-all
|
||||
|
Loading…
Reference in New Issue
Block a user