Skip to content
This repository was archived by the owner on Aug 18, 2024. It is now read-only.

Commit 6579e35

Browse files
committed
build: only run release from push jobs
1 parent 1a80cfa commit 6579e35

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
@@ -13,7 +13,7 @@ install:
1313
jobs:
1414
include:
1515
- stage: release
16-
if: branch = master
16+
if: branch = master AND type = push
1717
node_js: "10"
1818
deploy:
1919
provider: "script"

0 commit comments

Comments
 (0)