comment out filters

This commit is contained in:
Cory Schwartz 2021-06-03 10:20:49 -07:00
parent 92fdbd80d9
commit eafcc14f0b

View File

@ -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