We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c991589 commit 7538973Copy full SHA for 7538973
.github/workflows/build.yml
@@ -7,6 +7,8 @@ name: Build Go binaries
7
on:
8
push:
9
# Sequence of patterns matched against refs/tags
10
+ branches:
11
+ - master
12
tags:
13
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
14
0 commit comments