Skip to content

Commit aa9febc

Browse files
committed
add release action
Signed-off-by: jorgee <[email protected]>
1 parent 6043d85 commit aa9febc

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
on:
2-
push:
3-
branches: [ main ]
4-
paths: [ VERSION ]
2+
workflow_dispatch:
3+
4+
# push:
5+
# branches: [ add_release_automation ]
6+
# paths: [ VERSION ]
57

68
jobs:
79
release:

0 commit comments

Comments
 (0)