Skip to content

Commit

Permalink
Update format.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
surgiie authored Feb 29, 2024
1 parent 748987e commit d6a555a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ on:
push:
branches:
- "master"
paths:
- "app/**"
- "tests/**"
permissions:
contents: write
jobs:
format:
runs-on: ubuntu-latest
Expand All @@ -22,4 +21,4 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Format with pint
branch: ${{ github.head_ref }}
branch: ${{ github.head_ref }}

0 comments on commit d6a555a

Please sign in to comment.