File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66 # Maintain dependencies for Gradle dependencies
77 - package-ecosystem : " gradle"
88 directory : " /"
9- target-branch : " main "
9+ target-branch : " eap "
1010 schedule :
1111 interval : " weekly"
1212 time : " 06:00"
@@ -16,7 +16,7 @@ updates:
1616 # Maintain dependencies for GitHub Actions
1717 - package-ecosystem : " github-actions"
1818 directory : " /"
19- target-branch : " main "
19+ target-branch : " eap "
2020 schedule :
2121 interval : " weekly"
2222 time : " 06:00"
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ name: Coder Gateway Plugin Build
1616on :
1717 # Trigger the workflow on pushes to only the 'main' branch (this avoids duplicate checks being run e.g. for dependabot pull requests)
1818 push :
19- branches : [ main ]
19+ branches : [ eap ]
2020 # Trigger the workflow on any pull request
2121 pull_request :
2222
You can’t perform that action at this time.
0 commit comments