Skip to content

Commit

Permalink
fix: run ci only on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
oott123 committed Jan 30, 2023
1 parent 6e5fda6 commit a007b09
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: goreleaser

on:
pull_request:
push:
# run only against tags
tags:
- '*'

permissions:
contents: write
Expand Down

0 comments on commit a007b09

Please sign in to comment.