Skip to content

Commit f65752d

Browse files
authored
Create self-hosted-hello-node.yaml
1 parent 2fe63ad commit f65752d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Self-Hosted Hello Node
2+
3+
on:
4+
workflow_dispatch:
5+
push:
6+
branches: [ "main" ]
7+
jobs:
8+
build:
9+
runs-on: [ self-hosted ]
10+
steps:
11+
- name: Hello
12+
run: node --version

0 commit comments

Comments
 (0)