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"