From 3adcdacb4dc56f01c41ea45fddaf0115702f68e6 Mon Sep 17 00:00:00 2001 From: Niyantaben_Patoliya Date: Thu, 16 Apr 2026 10:08:57 +0000 Subject: [PATCH] =?UTF-8?q?.github/workflows/Demo.yaml=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Demo.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/Demo.yaml diff --git a/.github/workflows/Demo.yaml b/.github/workflows/Demo.yaml new file mode 100644 index 0000000..e75144f --- /dev/null +++ b/.github/workflows/Demo.yaml @@ -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" + \ No newline at end of file