Skip to content

Commit

Permalink
Merge pull request #381 from usdot-fhwa-OPS/hot-fix-automated-release…
Browse files Browse the repository at this point in the history
…-builds

Issue-396:Filter conditions are ORed
  • Loading branch information
snallamothu authored May 19, 2022
2 parents ee7216e + 6001e0b commit 0f10cb4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,10 +254,14 @@ workflows:
filters:
branches:
ignore: develop
tags:
only: /^[\.0-9]*$/
- arm_build_push:
filters:
branches:
ignore: develop
tags:
only: /^[\.0-9]*$/
- arm_build_push_develop :
filters:
branches:
Expand All @@ -274,8 +278,9 @@ workflows:
- arm_build_push
filters:
tags:
only: ^[\.0-9]*$
only: /^[\.0-9]*$/
branches:
only: master
ignore: /.*/



0 comments on commit 0f10cb4

Please sign in to comment.