diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9101ae4a..e081ebfd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: secrets: inherit tag-edge: - if: false # temporarily disabled: edge tag pushes trigger auto-upgrade restarts which break snapshot creation (see PR #226) + if: github.event_name == 'push' && github.ref == 'refs/heads/main' needs: build-test-push runs-on: ubuntu-latest steps: