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 5f78b0a commit 45daa1bCopy full SHA for 45daa1b
.github/workflows/ci.yml
@@ -20,7 +20,11 @@ jobs:
20
21
- run: pnpm install
22
- run: pnpm verify
23
- - run: pnpm build
24
25
- - name: Verify dist
26
- run: git diff --exit-code dist/index.js
+ - if: github.ref == 'refs/heads/main'
+ run: pnpm build
+
27
28
+ uses: stefanzweifel/git-auto-commit-action@v4
29
+ with:
30
+ commit_message: Build
.husky/pre-push
0 commit comments