diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 3d14d6c21..51e36ede7 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -77,5 +77,5 @@ jobs: run: | chmod +x ./docker/build.sh chmod +x ./docker/push.sh - ./docker/build.sh ${{ github.base_ref == 'canary' && 'canary' || '' }} - ./docker/push.sh ${{ github.base_ref == 'canary' && 'canary' || '' }} \ No newline at end of file + ./docker/build.sh ${{ github.ref_name == 'canary' && 'canary' || '' }} + ./docker/push.sh ${{ github.ref_name == 'canary' && 'canary' || '' }} \ No newline at end of file