diff --git a/.github/workflows/buildandrelease.yml b/.github/workflows/buildandrelease.yml index 9479bc1..8cfc204 100644 --- a/.github/workflows/buildandrelease.yml +++ b/.github/workflows/buildandrelease.yml @@ -4,12 +4,12 @@ name: Build and release new version # Only deploy when a new tag is pushed on: push: - # tags: - # - "v*.*.*" - # - "v*.*-alpha" - branches: [ master ] - pull_request: - branches: [ master ] + tags: + - "v*.*.*" + - "v*.*-alpha" + # branches: [ master ] + #pull_request: + # branches: [ master ] # Allow this workflow to write back to the repository