Skip to content

Commit 18f9fb0

Browse files
committed
fix : updated branch in .yml file
1 parent fc98c77 commit 18f9fb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Go CI
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77
pull_request:
88
branches:
9-
- main
9+
- master
1010

1111
jobs:
1212
build:

0 commit comments

Comments
 (0)