Skip to content

Commit 90102da

Browse files
committed
[RN][CI] Make the Choose CI Job run also on tags
1 parent 13614c3 commit 90102da

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,7 @@ jobs:
9191
workflows:
9292
always-run:
9393
jobs:
94-
- choose_ci_jobs
94+
- choose_ci_jobs:
95+
filters:
96+
tags:
97+
only: /.*/

0 commit comments

Comments
 (0)