Skip to content

Commit

Permalink
fix(ci): add continuation job for tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Airscript committed Aug 18, 2022
1 parent 8db3faf commit dd75349
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ version: 2.1
setup: true

orbs:
continuation: circleci/[email protected]
path-filtering: circleci/[email protected]

workflows:
Expand All @@ -24,3 +25,21 @@ workflows:
resources/.* build true
archetypes/.* build true
config.toml/.* build true
- continuation/continue:
configuration_path: .circleci/workflows.yml

parameters: '{
"build": false,
"tests": false,
"deploy": false,
"verify": false
}'

filters:
tags:
only:
- /.*/

branches:
ignore: /.*/

0 comments on commit dd75349

Please sign in to comment.