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: - build-all:
requires: requires:
- test-short - test-short
filters: # filters:
tags: # tags:
only: # only:
- /^v\d+\.\d+\.\d+(-rc\d+)?$/ # - /^v\d+\.\d+\.\d+(-rc\d+)?$/
- build-ntwk-calibration: - build-ntwk-calibration:
requires: requires:
- test-short - test-short
@ -833,23 +833,23 @@ workflows:
- build-macos: - build-macos:
requires: requires:
- test-short - test-short
filters: # filters:
branches: # branches:
ignore: # ignore:
- /.*/ # - /.*/
tags: # tags:
only: # only:
- /^v\d+\.\d+\.\d+(-rc\d+)?$/ # - /^v\d+\.\d+\.\d+(-rc\d+)?$/
- build-appimage: - build-appimage:
requires: requires:
- test-short - test-short
filters: # filters:
branches: # branches:
ignore: # ignore:
- /.*/ # - /.*/
tags: # tags:
only: # only:
- /^v\d+\.\d+\.\d+(-rc\d+)?$/ # - /^v\d+\.\d+\.\d+(-rc\d+)?$/
- publish: - publish:
requires: requires:
- build-all - build-all