Skip to content

Commit

Permalink
Create test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Amulyam24 authored Sep 22, 2023
1 parent d60001a commit 0306200
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Hello-World
on: [push, workflow_dispatch]
jobs:
build:
# The type of runner that the job will run on
runs-on: self-hosted
steps:
- name: Say Hello World
run: echo Hello, world!

0 comments on commit 0306200

Please sign in to comment.