From 0e21e36405c7def9f9af6d1f8dc2dd1a537d5247 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Fri, 21 Feb 2020 14:19:41 +0100 Subject: [PATCH] Delete main.yml --- .github/workflows/main.yml | 13 ------------- 1 file changed, 13 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 8ae4abc2..00000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Issue Test - -on: - issues: - types: [opened, edited, milestoned] - -jobs: - build: - - runs-on: ubuntu-latest - - steps: - - uses: jeffrafter/example-github-action-typescript/.github/actions/thanks-action -- 2.43.0