1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2026-06-24 16:58:45 +00:00

build: reduce unnecessary builds

This commit is contained in:
Cotes Chung
2022-12-05 00:30:37 +08:00
parent fa9879b5f1
commit 9de95bf089
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ name: 'CI'
on: on:
push: push:
branches-ignore: branches-ignore:
- 'release/**' - 'production'
- 'docs' - 'docs'
tags-ignore: tags-ignore:
- '**' - '**'
+2
View File
@@ -4,6 +4,8 @@ on:
push: push:
paths: paths:
- '_sass/**.scss' - '_sass/**.scss'
tags-ignore:
- '**'
pull_request: pull_request:
paths: paths:
- '_sass/**.scss' - '_sass/**.scss'