mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-12-18 21:53:26 +00:00
refactor: simplify travis config
This commit is contained in:
@@ -31,9 +31,9 @@ jobs:
|
||||
|
||||
stages:
|
||||
- name: Upgrade
|
||||
if: branch =~ /^v(\d)+(\.(\d)+){2}$/ OR tag IS present
|
||||
if: branch = production
|
||||
- name: Starter
|
||||
if: branch =~ /^v(\d)+(\.(\d)+){2}$/ OR tag IS present
|
||||
if: branch = production
|
||||
- name: Docs
|
||||
if: branch = docs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user