diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 400a804..a7fa81a 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -1,6 +1,10 @@ name: Build -on: workflow_dispatch +on: + push: + # run only against tags + tags: + - "*" jobs: build: