Skip to content

Commit

Permalink
Create self-hosted-hello-node.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pje committed May 14, 2024
1 parent 2fe63ad commit f65752d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/self-hosted-hello-node.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Self-Hosted Hello Node

on:
workflow_dispatch:
push:
branches: [ "main" ]
jobs:
build:
runs-on: [ self-hosted ]
steps:
- name: Hello
run: node --version

0 comments on commit f65752d

Please sign in to comment.