We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 209ff6f commit 18a6b72Copy full SHA for 18a6b72
.github/workflows/tests.yml
@@ -1,5 +1,11 @@
1
-on: [push, pull_request]
2
name: tests
+on:
3
+ push:
4
+ branches:
5
+ - master
6
+ tags-ignore:
7
+ - '**'
8
+ pull_request:
9
jobs:
10
test:
11
strategy:
.goreleaser.yml
@@ -21,12 +21,6 @@ archives:
21
- format_overrides:
22
- goos: windows
23
format: zip
24
- replacements:
25
- darwin: Darwin
26
- linux: Linux
27
- windows: Windows
28
- 386: i386
29
- amd64: x86_64
30
checksum:
31
name_template: 'checksums.txt'
32
snapshot:
0 commit comments