Skip to content

Commit 0d3d425

Browse files
committed
skip publish action on pull request
1 parent d68564c commit 0d3d425

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ on:
33
push:
44
tags:
55
- v*
6-
workflow_dispatch:
7-
pull_request:
8-
6+
workflow_dispatch:
97

108
permissions:
119
packages: write

0 commit comments

Comments
 (0)