2 Commits

Author SHA1 Message Date
Dave Gallant
1e0d6da48b do not check if branch is master 2019-10-18 00:10:31 -04:00
Dave Gallant
22d75f8332 check if tag is present in stage conditional 2019-10-18 00:07:28 -04:00

View File

@@ -4,8 +4,7 @@ sudo: false
cache: false
stages:
- name: deploy
# require the branch name to be master (note for PRs this is the base branch name)
if: branch = master AND NOT type IN (pull_request)
if: repo = davegallant/rfd AND tag IS present
before_install:
- pip install -U pip