mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-17 15:59:56 +03:00
Updated condition to run docker publish
This commit is contained in:
parent
9d6f14c81a
commit
489c739be2
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ jobs:
|
|||
include:
|
||||
- name: "Docker publish"
|
||||
php: '7.4'
|
||||
if: env(TRAVIS_PULL_REQUEST) = 'false'
|
||||
if: NOT type = pull_request
|
||||
env:
|
||||
- DOCKER_PUBLISH="true"
|
||||
- name: "CI"
|
||||
|
|
Loading…
Add table
Reference in a new issue