mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-07 16:17:50 +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:
|
||||
- 'production'
|
||||
- 'docs'
|
||||
tags-ignore:
|
||||
- '**'
|
||||
paths-ignore:
|
||||
- '.github/**'
|
||||
- '!.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:
|
||||
push:
|
||||
branches-ignore:
|
||||
- 'production'
|
||||
- 'docs'
|
||||
paths:
|
||||
- '_sass/**/*.scss'
|
||||
tags-ignore:
|
||||
- '**'
|
||||
pull_request:
|
||||
paths:
|
||||
- '_sass/**/*.scss'
|
||||
|
Loading…
x
Reference in New Issue
Block a user