Skip to content

Commit 7c1bd2c

Browse files
authored
fix: CI config, nth attempt (#176)
1 parent 407c35c commit 7c1bd2c

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.circleci/config.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ aliases:
3737
- &filter-tag
3838
tags:
3939
only: /v\d+\.\d+\.\d+.*/
40-
# branches:
41-
# ignore: /.*/
40+
branches:
41+
ignore: /.*/
4242

4343
defaults: &defaults
4444
working_directory: ~/react-native-ios-kit
@@ -115,7 +115,10 @@ workflows:
115115

116116
build-and-test:
117117
jobs:
118-
- build
118+
- build:
119+
filters:
120+
tags:
121+
only: /.*/
119122
- tests:
120123
requires:
121124
- build
@@ -125,8 +128,8 @@ workflows:
125128
- deploy-website:
126129
requires:
127130
- build
128-
filters: *filter-only-master
131+
filters: *filter-tag
129132
- publish-expo:
130133
requires:
131134
- build
132-
filters: *filter-only-master
135+
filters: *filter-tag

0 commit comments

Comments
 (0)