From 4ddc6927b18519f201eba3bb911d442f3c72bb8f Mon Sep 17 00:00:00 2001 From: Dhruv Soni Date: Tue, 23 Apr 2024 01:26:22 +0530 Subject: [PATCH] removed auto publish --- .github/workflows/autopublish.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflows/autopublish.yml diff --git a/.github/workflows/autopublish.yml b/.github/workflows/autopublish.yml deleted file mode 100644 index aeec130b1..000000000 --- a/.github/workflows/autopublish.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Auto publish updated npm packages -on: - push: - pull_request: - branches: - -main - -jobs: - hello-world: - name: Hello world - runs-on: ubuntu-latest - steps: - - name: Testing - run: echo 'Hello world' - -