Skip to content

Commit c8b73bb

Browse files
committed
add github workflow for test
1 parent 7b0a663 commit c8b73bb

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Release New Version
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
release:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: Log message
11+
run: echo "Release workflow triggered"

0 commit comments

Comments
 (0)