Skip to content

Commit 868a5ee

Browse files
authored
Update superlinter.yml
1 parent d87bd3f commit 868a5ee

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/superlinter.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ name: Super-Linter
22

33
on:
44
pull_request:
5+
branches: ['application-implementation'] # Trigger on PRs to application-implementation branch
56
push:
6-
branches: ['**']
7+
branches: ['application-implementation'] # Trigger on pushes to application-implementation branch
78

89
jobs:
910
lint:
@@ -15,7 +16,7 @@ jobs:
1516
- name: Code Lint
1617
uses: github/super-linter/slim@v6
1718
env:
18-
DEFAULT_BRANCH: main
19+
DEFAULT_BRANCH: application-implementation # Update default branch to application-implementation
1920
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2021
# Optional: turn off languages you don’t use
2122
# DISABLE_LINTERS: 'RUBY,GO'

0 commit comments

Comments
 (0)