Skip to content

Commit

Permalink
run workflow on tagged commits
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmet Turkmen <f.ahmet.turkmen@icloud.com>
  • Loading branch information
mrtrkmn committed Dec 13, 2020
1 parent 9bde224 commit 74b2e19
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
name: goreleaser

on:
tags:
- '*.*.*'
push:
tags:
- '*.*.*'

jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
-

- name: Checkout
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 74b2e19

Please sign in to comment.