I’m trying to deploy only tags and build everything else and I can’t get the logic behind it. Can someone give me a tip?
workflows:
version: 2
test_build_deploy:
jobs:
- build:
filters:
tags:
ignore: /.*/
- deployment:
requires:
- build
filters:
tags:
only: /.*stage$/, /.*/