1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2026-05-08 09:48:38 +00:00

refactor: simplify travis config

This commit is contained in:
Cotes Chung
2022-04-17 17:02:32 +08:00
parent 138c537010
commit 42c44a8bc1
+2 -2
View File
@@ -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