mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-12-18 05:41:31 +00:00
build: reduce unnecessary builds
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -2,7 +2,7 @@ name: 'CI'
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- 'release/**'
|
||||
- 'production'
|
||||
- 'docs'
|
||||
tags-ignore:
|
||||
- '**'
|
||||
|
||||
2
.github/workflows/style-lint.yml
vendored
2
.github/workflows/style-lint.yml
vendored
@@ -4,6 +4,8 @@ on:
|
||||
push:
|
||||
paths:
|
||||
- '_sass/**.scss'
|
||||
tags-ignore:
|
||||
- '**'
|
||||
pull_request:
|
||||
paths:
|
||||
- '_sass/**.scss'
|
||||
|
||||
Reference in New Issue
Block a user