Skip to content
This repository was archived by the owner on Jan 26, 2026. It is now read-only.

Commit 75685a2

Browse files
committed
Trigger workflow on main branch instead of tags
1 parent b816b18 commit 75685a2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: Create Release with Main Directory
22

33
on:
4-
push:
5-
tags:
6-
- "v*" # Trigger on tags starting with 'v' (e.g., v1.0.0)
4+
push:
5+
branches: [ main ]
6+
# tags:
7+
# - "v*" # Trigger on tags starting with 'v' (e.g., v1.0.0)
78

89
jobs:
910
create-release:

0 commit comments

Comments
 (0)