Niyanta_repo/.github/workflows/Demo.yaml
Niyantaben_Patoliya 3adcdacb4d
Some checks failed
Simple Check / test (push) Has been cancelled
.github/workflows/Demo.yaml hinzugefügt
2026-04-16 10:08:57 +00:00

19 lines
No EOL
296 B
YAML

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"