Skip to content

Commit

Permalink
docs: add job filters on release job workflow (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
HeadFox authored Mar 15, 2023
1 parent 0ce0195 commit f8d9ba6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/02-Trigger-Workflow-On-Release/.circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@ workflows:
equal: [ "release", << pipeline.parameters.GHA_Event >> ]
jobs:
- release
# This is mandatory to trigger a pipeline when pushing a tag
filters:
tags:
only: /.*/

0 comments on commit f8d9ba6

Please sign in to comment.