Skip to content
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

👷 Only run autofix on pull requests #130

Merged
merged 10 commits into from
Nov 1, 2024
Merged
Prev Previous commit
Next Next commit
⚗️ Checkout with ref: head_ref
  • Loading branch information
NatoBoram committed Nov 1, 2024
commit f7f4cd8e7912fe4088866a190916a0c1b358b535
2 changes: 2 additions & 0 deletions .github/workflows/fix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- uses: pnpm/action-setup@v4
with:
version: latest
Expand Down
Loading