.github/workflows/Demo.yaml hinzugefügt
Some checks failed
Simple Check / test (push) Has been cancelled

This commit is contained in:
Niyantaben_Patoliya 2026-04-16 10:08:57 +00:00
parent 9683ff8658
commit 3adcdacb4d

19
.github/workflows/Demo.yaml vendored Normal file
View file

@ -0,0 +1,19 @@
name: Simple Check
on:
push:
branches:
- main
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Output Hello
run: echo "The workflow is running successfully"