Skip to content

Commit

Permalink
master->main
Browse files Browse the repository at this point in the history
  • Loading branch information
Sourav Maji committed Nov 6, 2024
1 parent a42095a commit 51e2c5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/VeniceCI-E2ETests-Main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ name: E2ETests
on:
push:
branches:
- master
- main

jobs:
IntegrationTests_1000:
Expand Down
2 changes: 1 addition & 1 deletion internal/venice-test-common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ task generateGHCIMain() {
append(targetFilePath, "# To regenerate, run:\n#\n# ./gradlew generateGHCIMain\n\n")

append(targetFilePath, "name: E2ETests\n\n")
append(targetFilePath, "on:\n" + " push:\n" + " branches:\n" + " - master\n\n")
append(targetFilePath, "on:\n" + " push:\n" + " branches:\n" + " - main\n\n")
append(targetFilePath, "jobs:\n")

def jobs = []
Expand Down

0 comments on commit 51e2c5a

Please sign in to comment.