Skip to content

Commit

Permalink
Update CI config to build on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyfrosch committed Jun 18, 2021
1 parent 16b9238 commit 135a896
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/go.yml
@@ -1,9 +1,10 @@
name: Go
on:
push:
tags:
- v*
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
build:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/golangci-lint.yml
@@ -1,8 +1,6 @@
name: golangci-lint
on:
push:
tags:
- v*
branches:
- master
pull_request:
Expand Down

0 comments on commit 135a896

Please sign in to comment.