Skip to content

Commit cc967a1

Browse files
chore(go-ci): update branch references from 'main' to 'master' in CI workflow
1 parent 56b358c commit cc967a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Go CI Pipeline
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77
pull_request:
88
branches:
9-
- main
9+
- master
1010
workflow_dispatch:
1111

1212
jobs:

0 commit comments

Comments
 (0)