Skip to content

Commit d7d90c5

Browse files
committed
Move default branch to main
1 parent 4986a18 commit d7d90c5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/component_diff_check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Vanagon Component Diff
44
on:
55
pull_request:
66
branches:
7-
- master
7+
- main
88

99
jobs:
1010
vanagon_component_diff_check:

.github/workflows/runtime_tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Runtime tests
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [main]
66
pull_request:
7-
branches: [master]
7+
branches: [main]
88

99
permissions:
1010
contents: read

tasks/vanagon_component_diff.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ namespace :vanagon do |args|
127127
files
128128
end
129129

130-
git_from_rev = 'origin/master'
130+
git_from_rev = 'origin/main'
131131
git_to_rev = 'HEAD'
132132
default_projects = ['agent-runtime-main']
133133
projects = []

0 commit comments

Comments
 (0)