From d0ab981b3fd0b5d17756817f326db0399f64ad0a Mon Sep 17 00:00:00 2001 From: suyashgaonkar <suyashgaonkar@github.com> Date: Wed, 26 Jun 2024 15:28:01 +0530 Subject: [PATCH] Delete .github/workflows/helloWorld.yml --- .github/workflows/helloWorld.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/workflows/helloWorld.yml diff --git a/.github/workflows/helloWorld.yml b/.github/workflows/helloWorld.yml deleted file mode 100644 index 9fa595e7..00000000 --- a/.github/workflows/helloWorld.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Hello world work flow - -on: - push: - branches: - -suyash-test-1 - pull_request: - branches: - -suyash-test-1 - workflow_dispatch: -jobs: - hello: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - name: hello world - run: echo "Hello world" - shell: bash