From 2f67f3efb1d8dd4218456407e18257a1a77989a6 Mon Sep 17 00:00:00 2001 From: Mike Summerfeldt <20338451+IT-MikeS@users.noreply.github.com> Date: Thu, 16 Mar 2023 13:41:34 -0400 Subject: [PATCH] chore: Update publish-npm-latest.yml --- .github/workflows/publish-npm-latest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-npm-latest.yml b/.github/workflows/publish-npm-latest.yml index 3e015bd6f..7114129ac 100644 --- a/.github/workflows/publish-npm-latest.yml +++ b/.github/workflows/publish-npm-latest.yml @@ -11,7 +11,7 @@ on: jobs: deploy-npm-latest: - if: github.ref == 'refs/heads/main' + if: github.ref == 'refs/heads/4.x' runs-on: macos-12 timeout-minutes: 30 steps: