diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 609e0f60..f93cdcaa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,7 +79,7 @@ jobs: name: Container Release runs-on: ubuntu-latest needs: [deploy, github-release] - if: github.event_name != 'pull_request' + if: github.event_name == 'create' env: REGISTRY: ghcr.io IMAGE_NAME: ${{ github.repository }}