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:
2
.github/workflows/super-linter.yml
vendored
2
.github/workflows/super-linter.yml
vendored
@@ -10,7 +10,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
branches: '**'
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|||||||
Reference in New Issue
Block a user