We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39a13cd commit 5eac471Copy full SHA for 5eac471
.github/workflows/error_code_docs.yml
@@ -4,6 +4,8 @@ name: Update error code docs
4
on:
5
pull_request_target:
6
types: [opened, synchronize]
7
+ branches-ignore:
8
+ - '*'
9
paths:
10
- 'go/vt/vterrors/code.go'
11
0 commit comments