diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index deff0b61b..a6377c69c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,5 +34,5 @@ jobs: publish: needs: docusaurus # Update this to master when the website is ready to be published. - if: ${{ github.event == 'push' && github.ref_name == 'HDDS-9225-website-v2' }} + if: ${{ github.event_name == 'push' && github.ref_name == 'HDDS-9225-website-v2' }} uses: ./.github/workflows/publish.yml