Skip to content

Commit c180881

Browse files
committed
Execute github actions on eap branch
1 parent 748303b commit c180881

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ updates:
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"

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ name: Coder Gateway Plugin Build
1616
on:
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

0 commit comments

Comments
 (0)