mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-08 00:27:58 +00:00
refactor: simplify travis config
This commit is contained in:
parent
138c537010
commit
42c44a8bc1
@ -31,9 +31,9 @@ jobs:
|
|||||||
|
|
||||||
stages:
|
stages:
|
||||||
- name: Upgrade
|
- name: Upgrade
|
||||||
if: branch =~ /^v(\d)+(\.(\d)+){2}$/ OR tag IS present
|
if: branch = production
|
||||||
- name: Starter
|
- name: Starter
|
||||||
if: branch =~ /^v(\d)+(\.(\d)+){2}$/ OR tag IS present
|
if: branch = production
|
||||||
- name: Docs
|
- name: Docs
|
||||||
if: branch = docs
|
if: branch = docs
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user