Skip to content

Commit b8da258

Browse files
committed
Update workflow
1 parent 0ffefdf commit b8da258

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ name: Create Release
55
# Controls when the workflow will run
66
on:
77
push:
8-
tags:
9-
- 'v*' # Trigger on tags starting with 'v' (e.g., v1.0.0, v1.1.0)
8+
branches:
9+
- 'main'
10+
# tags: # Uncomment to enable tagging releases
11+
# - 'v*' # Trigger on tags starting with 'v' (e.g., v1.0.0, v1.1.0)
1012

1113
jobs:
1214
build-release:

0 commit comments

Comments
 (0)