From 0ba990139d11d906fb298c280f0c059c729c6872 Mon Sep 17 00:00:00 2001 From: arj02 <73815366+arj02@users.noreply.github.com> Date: Tue, 9 Dec 2025 10:42:35 +0530 Subject: [PATCH] Create start.yaml --- .github/workflows/start.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/workflows/start.yaml diff --git a/.github/workflows/start.yaml b/.github/workflows/start.yaml new file mode 100644 index 0000000..e001df2 --- /dev/null +++ b/.github/workflows/start.yaml @@ -0,0 +1,10 @@ +name: StartFlow +run-name:$ {{github.actor}} is the one pushing the changes. +on: push +jobs: + job1: + runs-on: ubuntu-latest + steps: + -name: step1 + run: echo "hey there" +