Skip to content

Commit 5100f80

Browse files
committed
Update GitHub Actions workflow to trigger manually instead of on tag pushes. Removed the tag push trigger for the release workflow, allowing for more flexible release management through manual dispatch.
1 parent 781349f commit 5100f80

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/release.yml

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

33
on:
4-
push:
5-
tags:
6-
- 'v*'
4+
workflow_dispatch:
5+
# push:
6+
# tags:
7+
# - 'v*'
78

89
jobs:
910
release:

0 commit comments

Comments
 (0)