diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e4856b88c..05c4e1610 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -198,7 +198,7 @@ jobs: type=match,pattern=ngx-(\d.\d.\d),group=1 type=semver,pattern=ngx-{{version}} type=semver,pattern=ngx-{{major}}.{{minor}} - type=ref,event=push + type=ref,event=branch - name: Checkout uses: actions/checkout@v3