From 3c24fce50958143126a23c99ee40363a5d69ebab Mon Sep 17 00:00:00 2001 From: Sara Mahmoud Date: Sun, 29 Oct 2023 16:30:22 +0300 Subject: [PATCH] Create main.yml --- .github/workflows/main.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..1b3dc9e --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,13 @@ +name: Push + +on: + push: + branches: [ "master" ] + workflow_dispatch: + +jobs: + build: + name: Build + runs-on: ubuntu-latest + steps: + - run: echo "The job was automatically triggered by a ${{ github.event_name }} event."