Skip to content

Commit 9a61545

Browse files
committed
Fix workflow trigger by removing redundant push event declaration
1 parent f6a41c8 commit 9a61545

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/build-and-publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
tags:
66
- 'v*' # Trigger on version tags like v1.0.0
7-
push:
87
branches:
98
- main # Also build on main branch pushes
109
pull_request:

0 commit comments

Comments
 (0)