We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9126898 + d4a9722 commit 3879147Copy full SHA for 3879147
.github/workflows/go-fix.yml
@@ -4,6 +4,8 @@ on:
4
push:
5
branches:
6
- master
7
+ # TEMP: allow pre-merge validation on this PR branch.
8
+ - copilot/automate-go-fix-commands
9
paths:
10
- 'go.mod'
11
- 'pkg/api/go.mod'
0 commit comments