Skip to content

Commit 45c7c83

Browse files
committed
ci: fix travis CI deploy condition
1 parent f30833b commit 45c7c83

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
@@ -20,7 +20,7 @@ env:
2020
stages:
2121
- build
2222
- name: deploy
23-
- if: branch = master AND type = push
23+
if: branch = master AND type = push
2424

2525
jobs:
2626
fail_fast: true

0 commit comments

Comments
 (0)