diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d530a1..67b05e4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,6 +24,6 @@ jobs: - run: npm run build --if-present - run: npm test - uses: EndBug/add-and-commit@v7 + if: github.ref != 'refs/heads/main' with: - commit: "--allow-empty" default_author: github_actions