From 2b21a729df53a064cb2909608e5857fa5a777e2b Mon Sep 17 00:00:00 2001 From: commiter Date: Wed, 4 Sep 2024 17:42:05 +0530 Subject: [PATCH] chore: update action --- .github/workflows/test.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 4e0aa2c4..0108811b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -4,6 +4,8 @@ on: push: branches: [main] pull_request: + branches: + - '**' jobs: run-tests: @@ -60,6 +62,8 @@ jobs: steps: - uses: actions/checkout@v2 + with: + ref: ${{ github.head_ref }} - uses: technote-space/get-diff-action@v4 with: PATTERNS: |