diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bd8b7e4..4213543 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: build: name: Build runs-on: ubuntu-latest - if: github.ref == 'refs/heads.main' && github.event_name == 'push' + if: github.ref == 'refs/heads/main' && github.event_name == 'push' steps: - name: 🔄 Checkout repository uses: actions/checkout@v4