mirror of
https://github.com/davegallant/rfd.git
synced 2025-08-07 09:02:32 +00:00
Compare commits
2 Commits
dependabot
...
v0.3.3
Author | SHA1 | Date | |
---|---|---|---|
|
1e0d6da48b | ||
|
22d75f8332 |
@@ -4,8 +4,7 @@ sudo: false
|
|||||||
cache: false
|
cache: false
|
||||||
stages:
|
stages:
|
||||||
- name: deploy
|
- name: deploy
|
||||||
# require the branch name to be master (note for PRs this is the base branch name)
|
if: repo = davegallant/rfd AND tag IS present
|
||||||
if: branch = master AND NOT type IN (pull_request)
|
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- pip install -U pip
|
- pip install -U pip
|
||||||
|
Reference in New Issue
Block a user