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 6
6
# Maintain dependencies for Gradle dependencies
7
7
- package-ecosystem : " gradle"
8
8
directory : " /"
9
- target-branch : " main "
9
+ target-branch : " eap "
10
10
schedule :
11
11
interval : " weekly"
12
12
time : " 06:00"
@@ -16,7 +16,7 @@ updates:
16
16
# Maintain dependencies for GitHub Actions
17
17
- package-ecosystem : " github-actions"
18
18
directory : " /"
19
- target-branch : " main "
19
+ target-branch : " eap "
20
20
schedule :
21
21
interval : " weekly"
22
22
time : " 06:00"
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ name: Coder Gateway Plugin Build
16
16
on :
17
17
# Trigger the workflow on pushes to only the 'main' branch (this avoids duplicate checks being run e.g. for dependabot pull requests)
18
18
push :
19
- branches : [ main ]
19
+ branches : [ eap ]
20
20
# Trigger the workflow on any pull request
21
21
pull_request :
22
22
You can’t perform that action at this time.
0 commit comments