diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 410e5e8..9887338 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: NODE_OPTIONS: "--max-old-space-size=4096" deploy: - if: github.ref == 'refs/heads/main' && github.event_name == 'push' + if: ${{ github.ref == 'refs/heads/main' && github.event_name == 'push' }} needs: [test-and-build] runs-on: ubuntu-latest container: