Skip to content

Commit fd7f152

Browse files
authored
Create main.yml
1 parent efabe7c commit fd7f152

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/main.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
on:
2+
push:
3+
branches:
4+
- main
5+
workflow_dispatch:
6+
7+
8+
jobs:
9+
build:
10+
name: prepare and build code
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: Use node
14+
if: github.event_name == 'workflow_dispatch'
15+
run: |
16+
echo " manual request "
17+

0 commit comments

Comments
 (0)