Skip to content

Commit 9b676bd

Browse files
committed
fix(automation): only run on push, not PR
1 parent b7a948d commit 9b676bd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/tag.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: Tag Packages
33
on:
44
push:
55
branches: [ "main" ]
6-
pull_request:
7-
branches: [ "main" ]
86

97
env:
108
BUN_VERSION: 1.1.43

0 commit comments

Comments
 (0)