From 12fadfc5a1a79f7e275f22a9b04ddf2bf911a1b2 Mon Sep 17 00:00:00 2001 From: Newton <5769156+iamnewton@users.noreply.github.com> Date: Tue, 22 Oct 2024 17:15:21 -0700 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=92=9A=20action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Newton <5769156+iamnewton@users.noreply.github.com> --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 154f31e..9c2764d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -71,7 +71,7 @@ jobs: # - Pull requests # - Not on the default branch if: > - github.event_name == "pull_request" && + github.event_name == 'pull_request' && github.ref_name != github.event.repository.default_branch uses: stefanzweifel/git-auto-commit-action@v5 with: