Skip to content

Commit 6b6a408

Browse files
committed
Adding filters with tags
1 parent 825305b commit 6b6a408

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.circleci/config.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,3 +214,13 @@ workflows:
214214
requires:
215215
- write_workspace
216216
- artifacts_test_results
217+
218+
filters:
219+
220+
tags:
221+
222+
only: /^[0-9]+\.[0-9]+\.[0-9](\.RC\d*)?$/
223+
224+
branches:
225+
226+
ignore: /.*/

0 commit comments

Comments
 (0)