From 515b9c044e27d455576613e45c311fcc7b8c0679 Mon Sep 17 00:00:00 2001 From: Yotam Mann Date: Thu, 25 Apr 2024 14:47:12 -0400 Subject: [PATCH] Running tests on `main`, removing commit --- .github/workflows/publish.yml | 6 ------ .github/workflows/test.yml | 1 + 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index bdb8f157..6577cce0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,10 +19,6 @@ jobs: with: node-version: 18.12.0 registry-url: 'https://registry.npmjs.org' - - name: Set git user name/email - run: | - git config --global user.email "actions@github.com" - git config --global user.name "Github Actions Bot" - name: Install dependencies run: npm install - name: Build @@ -35,5 +31,3 @@ jobs: - name: Publish @latest run: npm publish if: ${{ github.ref == 'refs/heads/main' }} - - name: Commit changes - run: git push && git push --tags \ No newline at end of file diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e80186fe..266563e4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,6 +8,7 @@ on: push: branches: - dev + - main jobs: run-tests: name: All tests