Skip to content

Commit a59aacd

Browse files
committedJan 25, 2025
feat: create deploy.yml basic file
·
1.1.00.1.0
1 parent 27d383c commit a59aacd

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
 

‎.github/workflows/deploy.yml‎

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: release
2+
3+
on: workflow_dispatch
4+
5+
jobs:
6+
build:
7+
name: Build
8+
runs-on: ubuntu-latest
9+
10+
steps:
11+
- name: Echo
12+
run: echo "Hello, world!"

0 commit comments

Comments
 (0)
Please sign in to comment.