Skip to content

Commit 223217d

Browse files
committed
push only on release
1 parent 51f2a98 commit 223217d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,7 @@ jobs:
514514
npm run build
515515
516516
- name: Commit and push
517+
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
517518
run: |
518519
git config --global user.name "github-actions[bot]"
519520
git config --global user.email "[email protected]"

0 commit comments

Comments
 (0)