build workflow

This commit is contained in:
Nycki 2024-12-24 03:47:09 +00:00
parent aa1de071b3
commit d6d5d389d3
2 changed files with 7 additions and 6 deletions

View file

@ -0,0 +1,7 @@
on: workflow-dispatch
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4

View file

@ -1,6 +0,0 @@
on: [push]
jobs:
test:
runs-on: self-hosted
steps:
- run: echo All Good