ci: enable ci/style-lint for the hotfix branches

This commit is contained in:
Cotes Chung 2024-05-17 20:11:08 +08:00
parent c4b58e3502
commit 5cdde7dbc5
No known key found for this signature in database
GPG key ID: 0D9E54843167A808
2 changed files with 2 additions and 1 deletions

View file

@ -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"

View file

@ -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"]