Skip to content

Commit

Permalink
Issue-396:Filter conditions are ORed
Browse files Browse the repository at this point in the history
+ Added ignore all branches because filter conditions are ORed.
  • Loading branch information
paulbourelly999 committed May 19, 2022
1 parent ee7216e commit 05d3201
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,9 @@ workflows:
- arm_build_push
filters:
tags:
only: ^[\.0-9]*$
only: /^[\.0-9]*$/
branches:
only: master
ignore: /.*/



0 comments on commit 05d3201

Please sign in to comment.