Skip to content

Commit c66c528

Browse files
Copilotjbampton
andauthored
Add push trigger on main branch to super-linter workflow (#425)
Agent-Logs-Url: https://github.com/NextCommunity/NextCommunity.github.io/sessions/1f54eb02-130b-4c83-b870-d0aa9e760fa0 Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: jbampton <418747+jbampton@users.noreply.github.com>
1 parent 9b20e6b commit c66c528

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/super-linter.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Super-Linter
22

3-
on: [pull_request]
3+
on:
4+
pull_request:
5+
push:
6+
branches:
7+
- main
48

59
permissions: {}
610

0 commit comments

Comments
 (0)