Skip to content

Commit c6e08e7

Browse files
committed
release job only on main
1 parent 482ae85 commit c6e08e7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ workflows:
2222
test_and_release:
2323
# Run the test jobs first, then the release only when all the test jobs are successful
2424
jobs:
25-
- test
25+
- test:
26+
filters:
27+
branches:
28+
only: main
2629
- release:
2730
requires:
2831
- test

0 commit comments

Comments
 (0)