Skip to content

Commit 885c817

Browse files
authored
Init workflows (#16)
Signed-off-by: LE SAULNIER Kevin <[email protected]>
1 parent 3f5f8bc commit 885c817

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: Prepare release
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
say-hello:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: Echo message
11+
run: echo "Hello"

0 commit comments

Comments
 (0)