mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-12-18 13:44:15 +00:00
refactor: simplify travis config
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user