1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-21 10:26:06 +03:00
This commit is contained in:
David Gauchard 2018-12-13 12:00:36 +01:00
parent 1978e7bd0d
commit 1576aacb93

View File

@ -83,7 +83,7 @@ jobs:
# Deploy stage.
# Here we build the package JSON (always) and do the deployments
- name: "Package / deploy"
if: env(TRAVIS_PULL_REQUEST) != "false"
if: env(TRAVIS_PULL_REQUEST) = "false"
stage: deploy
script: $TRAVIS_BUILD_DIR/tests/common.sh
env: BUILD_TYPE=package