Skip to content

Commit 3569303

Browse files
committed
ci(travis.yml): use master instead of main
1 parent 9e5ec26 commit 3569303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ env:
2424
stages:
2525
- name: Build and test
2626
- name: Semantic-Release
27-
if: branch = main AND type = push AND fork = false
27+
if: branch = master AND type = push AND fork = false
2828
- name: Publish-Release
2929
if: tag IS present
3030

0 commit comments

Comments
 (0)