fix(ci): run lint on all branches, not just main
All checks were successful
Deploy Feature Branch to Test / deploy (push) Successful in 25s
Lint / PHP Syntax Check (push) Successful in 32s
Lint / CSS Lint (stylelint) (push) Successful in 1m13s
Lint / HTML Lint (htmlhint) (push) Successful in 1m17s
Lint / PHP Syntax Check (pull_request) Successful in 34s
Lint / CSS Lint (stylelint) (pull_request) Successful in 1m13s
Lint / HTML Lint (htmlhint) (pull_request) Successful in 1m9s

This commit is contained in:
Claw
2026-05-19 14:04:59 +00:00
parent a0615d10e2
commit afbf4ef80e

View File

@@ -2,9 +2,7 @@ name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint-php: