We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 494194c commit d2ce526Copy full SHA for d2ce526
.github/workflows/go-lint.yaml
@@ -16,7 +16,7 @@ name: go-lint
16
on:
17
pull_request:
18
branches:
19
- - master
+ - main
20
paths:
21
- ".github/workflows/go-lint.yaml"
22
- "helpers/foundation-deployer/**"
.github/workflows/go-test.yaml
@@ -17,7 +17,7 @@ name: go-test
- - 'master'
+ - 'main'
- 'helpers/foundation-deployer/**'
23
- '.github/workflows/go-test.yaml'
0 commit comments