1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 13:44:15 +00:00

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
2 changed files with 2 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ on:
push:
branches:
- "master"
- "hotfix/**"
paths-ignore:
- ".github/**"
- "!.github/workflows/ci.yml"