Add demo pipeline workflow for push events
All checks were successful
/ demo-pipeline (push) Successful in 11s

This commit is contained in:
MaddoScientisto 2026-03-14 17:40:03 +01:00
commit 7203d5ea51

View file

@ -0,0 +1,7 @@
on: [push]
jobs:
demo-pipeline:
runs-on: docker # this is the label we have on the runner by default
steps:
- uses: https://code.forgejo.org/actions/checkout@v4
- run: echo Hello World! This is a test