From 9a8447e99eaa90a988af2382ed1d5f618b5bfe3b Mon Sep 17 00:00:00 2001 From: Mahmoud Mabrok Fouad Date: Sun, 3 Mar 2024 09:44:46 +0200 Subject: [PATCH] Create hello.yml --- .github/workflows/hello.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/hello.yml diff --git a/.github/workflows/hello.yml b/.github/workflows/hello.yml new file mode 100644 index 0000000..ecdee77 --- /dev/null +++ b/.github/workflows/hello.yml @@ -0,0 +1,12 @@ +name: "Hello to first workflow" + +on: + push: + + +jobs: + job1: + runs-on: ubuntu-latest + steps: + - name: step 1 + - run: echo "step 1"