Skip to content

Commit

Permalink
ci: enable ci/style-lint for the hotfix branches
Browse files Browse the repository at this point in the history
  • Loading branch information
cotes2020 committed May 17, 2024
1 parent c4b58e3 commit 5cdde7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- "master"
- "hotfix/**"
paths-ignore:
- ".github/**"
- "!.github/workflows/ci.yml"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/style-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Style Lint"

on:
push:
branches: ["master"]
branches: ["master", "hotfix/**"]
paths: ["_sass/**/*.scss"]
pull_request:
paths: ["_sass/**/*.scss"]
Expand Down

0 comments on commit 5cdde7d

Please sign in to comment.