diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 77a98a5..5251411 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -4,6 +4,8 @@ name: build on: + workflow_dispatch: + branches: ["main"] push: branches: ["main"] pull_request: @@ -28,5 +30,6 @@ jobs: - name: Release uses: softprops/action-gh-release@v2 + if: github.ref_type == 'tag' with: files: go-bsb-cams