ci: trigger on any push (diagnostic - will scope down once dispatch confirmed)
Some checks are pending
CI / secret-scan (push) Waiting to run
CI / php-lint (push) Waiting to run
CI / static-tests (push) Waiting to run

This commit is contained in:
Imugiii 2026-06-15 08:34:50 +00:00
parent a5058c02cd
commit 7a10e2519a

View file

@ -12,8 +12,6 @@ on:
pull_request:
branches: [dev, main]
push:
# dev/main : porte de merge. feat|fix|ci|refactor : feedback avant la PR.
branches: [dev, main, 'feat/**', 'fix/**', 'ci/**', 'refactor/**']
jobs:
secret-scan: