We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61f89e2 commit 6ab0e1fCopy full SHA for 6ab0e1f
.travis.yml
@@ -31,7 +31,7 @@ jobs:
31
include:
32
- stage: deploy
33
name: Build & publish new release (if needed)
34
- if: branch = master AND repo = "codeRIT/hackathon-manager"
+ if: type = push AND branch = master AND repo = "codeRIT/hackathon-manager"
35
language: node_js
36
node_js: lts/*
37
cache:
@@ -41,7 +41,7 @@ jobs:
41
script: yarn semantic-release
42
43
name: Push docs website update
44
45
46
47
0 commit comments