mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-08 00:27:58 +00:00
chore(ci): fix workflow trigger conditions
This commit is contained in:
parent
d7bcb40cde
commit
72700be7dd
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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'
|
||||||
|
5
.github/workflows/style-lint.yml
vendored
5
.github/workflows/style-lint.yml
vendored
@ -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'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user