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:
@@ -2,7 +2,7 @@ name: 'CI'
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches-ignore:
|
branches-ignore:
|
||||||
- 'release/**'
|
- 'production'
|
||||||
- 'docs'
|
- 'docs'
|
||||||
tags-ignore:
|
tags-ignore:
|
||||||
- '**'
|
- '**'
|
||||||
|
|||||||
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user