diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ad32893..f1a63a8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,9 +1,17 @@ name: Build and Release +# on: +# push: +# tags: +# - 'v*' + on: push: - tags: - - 'v*' + branches: + - '*' + pull_request: + branches: + - '*' jobs: build: @@ -21,7 +29,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: '1.16' + go-version: '1.22' - name: Install dependencies run: |