Skip to content

Commit ba5257c

Browse files
committed
Specify branch on which the tests needs to run
1 parent df24286 commit ba5257c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.circleci/config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,7 @@ jobs:
3737
workflows:
3838
main:
3939
jobs:
40-
- build-and-test
41-
40+
- build-and-test:
41+
filters:
42+
branches:
43+
only: master

0 commit comments

Comments
 (0)