Skip to content

Commit d2ce526

Browse files
committed
update PR branch on go-lint and go-test actions
1 parent 494194c commit d2ce526

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ name: go-lint
1616
on:
1717
pull_request:
1818
branches:
19-
- master
19+
- main
2020
paths:
2121
- ".github/workflows/go-lint.yaml"
2222
- "helpers/foundation-deployer/**"

.github/workflows/go-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ name: go-test
1717
on:
1818
pull_request:
1919
branches:
20-
- 'master'
20+
- 'main'
2121
paths:
2222
- 'helpers/foundation-deployer/**'
2323
- '.github/workflows/go-test.yaml'

0 commit comments

Comments
 (0)