mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2026-06-24 16:58:45 +00:00
chore(ci): fix workflow trigger conditions
This commit is contained in:
@@ -4,8 +4,6 @@ on:
|
|||||||
branches-ignore:
|
branches-ignore:
|
||||||
- 'production'
|
- 'production'
|
||||||
- 'docs'
|
- 'docs'
|
||||||
tags-ignore:
|
|
||||||
- '**'
|
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '.github/**'
|
- '.github/**'
|
||||||
- '!.github/workflows/ci.yml'
|
- '!.github/workflows/ci.yml'
|
||||||
|
|||||||
@@ -2,10 +2,11 @@ name: 'Style Lint'
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches-ignore:
|
||||||
|
- 'production'
|
||||||
|
- 'docs'
|
||||||
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