Skip to content

Commit fb05417

Browse files
committed
Only run GitHub Action on push to main
1 parent 2782348 commit fb05417

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/go.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
name: Build and test
33
on:
44
push:
5+
branches:
6+
- main
57
pull_request:
68

79
jobs:

0 commit comments

Comments
 (0)