We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51d19a4 commit cb34408Copy full SHA for cb34408
.github/workflows/ci.yml
@@ -24,6 +24,6 @@ jobs:
24
- run: npm run build --if-present
25
- run: npm test
26
- uses: EndBug/add-and-commit@v7
27
+ if: github.ref != 'refs/heads/main'
28
with:
- commit: "--allow-empty"
29
default_author: github_actions
0 commit comments