Skip to content

Commit

Permalink
do not trigger npm publish on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
lihebi committed Oct 31, 2023
1 parent d8e5ed8 commit 6cac2ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Build and Publish

on:
push:
tags:
- "v*.*.*"
# on:
# push:
# tags:
# - "v*.*.*"

jobs:
build-and-publish:
Expand Down

0 comments on commit 6cac2ea

Please sign in to comment.