parent
1a4bd4853e
commit
1dc9c0dbc6
1 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
os: linux
|
||||
dist: bionic
|
||||
sudo: required
|
||||
|
||||
|
@ -25,6 +26,6 @@ script:
|
|||
jobs:
|
||||
include:
|
||||
- stage: deploy
|
||||
if: branch = master
|
||||
if: branch = master && NOT type = pull_request
|
||||
script:
|
||||
- curl -X 'POST' ${DOCKER_CALLBACK_TRIGGER} > /dev/null 2>&1
|
||||
|
|
Loading…
Reference in a new issue