mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-12-18 21:53:26 +00:00
ci: enable ci/style-lint for the hotfix branches
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -3,6 +3,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- "master"
|
- "master"
|
||||||
|
- "hotfix/**"
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- ".github/**"
|
- ".github/**"
|
||||||
- "!.github/workflows/ci.yml"
|
- "!.github/workflows/ci.yml"
|
||||||
|
|||||||
2
.github/workflows/style-lint.yml
vendored
2
.github/workflows/style-lint.yml
vendored
@@ -2,7 +2,7 @@ name: "Style Lint"
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ["master"]
|
branches: ["master", "hotfix/**"]
|
||||||
paths: ["_sass/**/*.scss"]
|
paths: ["_sass/**/*.scss"]
|
||||||
pull_request:
|
pull_request:
|
||||||
paths: ["_sass/**/*.scss"]
|
paths: ["_sass/**/*.scss"]
|
||||||
|
|||||||
Reference in New Issue
Block a user