mirror of
https://github.com/davegallant/rfd.git
synced 2025-08-07 00:58:14 +00:00
do not check if branch is master
This commit is contained in:
@@ -4,7 +4,7 @@ sudo: false
|
||||
cache: false
|
||||
stages:
|
||||
- name: deploy
|
||||
if: branch = master AND tag IS present
|
||||
if: repo = davegallant/rfd AND tag IS present
|
||||
|
||||
before_install:
|
||||
- pip install -U pip
|
||||
|
Reference in New Issue
Block a user