Compare commits

..

2 Commits

Author SHA1 Message Date
phoenix 6411133c95 workflow_tag_fix (#35)
Reviewed-on: #35
Co-authored-by: phoenix <kundeng94@gmail.com>
Co-committed-by: phoenix <kundeng94@gmail.com>
2025-04-05 21:59:26 +00:00
phoenix 8a08672423 workflow_tag_fix (#33)
Reviewed-on: #33
Co-authored-by: phoenix <kundeng94@gmail.com>
Co-committed-by: phoenix <kundeng94@gmail.com>
2025-04-05 21:27:50 +00:00
+1 -2
View File
@@ -3,9 +3,8 @@ name: Release Tagging
on:
push:
branches:
- main
- devel
tags:
- 'v*' # Trigger on tags matching v*
jobs:
release: