Skip to content

Commit

Permalink
Ci: Changed when build is triggered
Browse files Browse the repository at this point in the history
  • Loading branch information
coolapso committed Oct 23, 2021
1 parent 089e7cc commit 4b38b58
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 @@ -7,7 +7,7 @@ services:
stages:
- test
- name: "release"
if: branch = master
if: type = push

jobs:
include:
Expand All @@ -21,7 +21,7 @@ jobs:

- stage: "publish"
name: "publish"
if: type = push
if: branch = master
env:
- IMAGE=pivpn/docs
before_install:
Expand Down

0 comments on commit 4b38b58

Please sign in to comment.