From 658d7bd8e86e6527d0ef7230384bc84c8618f116 Mon Sep 17 00:00:00 2001 From: figeral Date: Mon, 1 Apr 2024 00:48:25 +0100 Subject: [PATCH] changes done --- .github/workflows/main.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index fe99f31..0000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: first workflow automation -on: - push: - branches: ["master"] - - pull_request: - branches: ["master"] - -jobs: - build: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v3 - - name: greeting workflow - run: - echo "hello world"