do not check if branch is master

This commit is contained in:
Dave Gallant
2019-10-18 00:10:31 -04:00
parent 22d75f8332
commit 1e0d6da48b

View File

@@ -4,7 +4,7 @@ sudo: false
cache: false cache: false
stages: stages:
- name: deploy - name: deploy
if: branch = master AND tag IS present if: repo = davegallant/rfd AND tag IS present
before_install: before_install:
- pip install -U pip - pip install -U pip