Skip to content

Commit b0b0c71

Browse files
committed
update workflow to use correct branch name
1 parent c46a199 commit b0b0c71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ on:
44
push:
55
tags:
66
- '*'
7-
branches: [ main ]
7+
branches: [ master ]
88
pull_request:
9-
branches: [ main ]
9+
branches: [ master ]
1010

1111
jobs:
1212
golangci:

0 commit comments

Comments
 (0)