From d394b7d19c620b64c870edd7bf45f4c53cb62123 Mon Sep 17 00:00:00 2001 From: Jimmy Debe <91767824+jimstir@users.noreply.github.com> Date: Tue, 5 Mar 2024 10:30:56 -0500 Subject: [PATCH] Update spelling.yml --- .github/workflows/spelling.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/spelling.yml b/.github/workflows/spelling.yml index 06a93ca..733eeb9 100644 --- a/.github/workflows/spelling.yml +++ b/.github/workflows/spelling.yml @@ -4,10 +4,10 @@ name: Spellcheck on: push: branches: - - '**' + - ${{ github.ref }} pull_request: branches: - - '**' + - ${{ github.head_ref }} workflow_dispatch: jobs: