Skip to content

Commit eb3fbaf

Browse files
committed
Remove branch triggers from GitHub Actions workflow for cleaner version tag handling
1 parent 708f20a commit eb3fbaf

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/go.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,8 @@ permissions:
77

88
on:
99
push:
10-
branches: [ "main" ]
1110
tags:
1211
- "v*.*.*"
13-
pull_request:
14-
branches: [ "main" ]
1512

1613
jobs:
1714
build:

0 commit comments

Comments
 (0)