Skip to content

Commit

Permalink
fix(travis): fix travis triggering on pull wrong jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri Kopriwa committed Dec 16, 2018
1 parent 9ab1534 commit 31d86d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

# Job: Release
- stage: release
if: branch = master
if: branch = master AND type = push AND fork = false
node_js:
- 'lts/*'
skip_cleanup: true
Expand All @@ -66,7 +66,7 @@ jobs:

# # Job: Page
- stage: deploy
if: branch = master
if: branch = master AND type = push AND fork = false
node_js:
- 'lts/*'
script:
Expand Down

0 comments on commit 31d86d8

Please # to comment.