Skip to content

Commit

Permalink
add template for downstream jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
joseprsm committed Apr 20, 2023
1 parent a1cc520 commit 14869eb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,20 +54,23 @@ workflows:

test_and_build:
jobs:
- test:
- test: &tags_only
filters:
branches:
ignore: /.*/
tags:
only: /^\d+\.\d+\.\d+$/
- publish:
<<: *tags_only
requires:
- test
- request_docker:
<<: *tags_only
type: approval
requires:
- test
- docker:
<<: *tags_only
requires:
- request_docker
- publish

0 comments on commit 14869eb

Please sign in to comment.