Skip to content

Commit

Permalink
Adding filters with tags
Browse files Browse the repository at this point in the history
  • Loading branch information
benish-khan committed Apr 18, 2019
1 parent 825305b commit 6b6a408
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -214,3 +214,13 @@ workflows:
requires:
- write_workspace
- artifacts_test_results

filters:

tags:

only: /^[0-9]+\.[0-9]+\.[0-9](\.RC\d*)?$/

branches:

ignore: /.*/

0 comments on commit 6b6a408

Please sign in to comment.