Skip to content

Commit

Permalink
chore: update action
Browse files Browse the repository at this point in the history
  • Loading branch information
commiter committed Sep 4, 2024
1 parent 7188198 commit 2b21a72
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches: [main]
pull_request:
branches:
- '**'

jobs:
run-tests:
Expand Down Expand Up @@ -60,6 +62,8 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- uses: technote-space/get-diff-action@v4
with:
PATTERNS: |
Expand Down

0 comments on commit 2b21a72

Please sign in to comment.