diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 9867c74..664abbc 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -1,11 +1,12 @@ name: Go on: - release: - types: [created] + push: + tags: + - '*' jobs: - build: + release: runs-on: ubuntu-latest steps: - name: Checkout