Skip to content

Commit 4ea51e7

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

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
@@ -25,4 +25,7 @@ workflows:
2525
- test
2626
- release:
2727
requires:
28-
- test
28+
- test
29+
filters:
30+
branches:
31+
only: main

0 commit comments

Comments
 (0)