Skip to content

Commit

Permalink
fix(automation): only run on push, not PR
Browse files Browse the repository at this point in the history
  • Loading branch information
deciduously committed Jan 9, 2025
1 parent b7a948d commit 9b676bd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Tag Packages
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

env:
BUN_VERSION: 1.1.43
Expand Down

0 comments on commit 9b676bd

Please sign in to comment.