diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 338aa79..01ed5a4 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -3,9 +3,8 @@ on: push: branches: - "master" - paths: - - "app/**" - - "tests/**" +permissions: + contents: write jobs: format: runs-on: ubuntu-latest @@ -22,4 +21,4 @@ jobs: uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: Format with pint - branch: ${{ github.head_ref }} \ No newline at end of file + branch: ${{ github.head_ref }}