Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit e772c11

Browse files
test filter
1 parent cda24aa commit e772c11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,10 @@ jobs:
177177
workflows:
178178
test:
179179
jobs:
180-
- test
180+
- test:
181181
filters:
182182
branches:
183-
only: /^master$/
183+
ignore: /^master$/
184184
release:
185185
jobs:
186186
- release_beta:

0 commit comments

Comments
 (0)