1
0
mirror of synced 2025-12-19 18:06:02 -05:00

Fix Super-Linter to run on pull requests to all branches (#10035)

* Initial plan

* Fix super-linter to run on pull requests to all branches

Co-authored-by: jongalloway <68539+jongalloway@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: jongalloway <68539+jongalloway@users.noreply.github.com>
This commit is contained in:
Copilot
2025-08-13 09:04:45 -07:00
committed by GitHub
parent afa8628ad3
commit cef1a961e3

View File

@@ -10,7 +10,7 @@ on:
push:
branches: [main]
pull_request:
branches: [main]
branches: '**'
permissions:
contents: read