From d6a555aea6888212715b0fd5735060842ede4533 Mon Sep 17 00:00:00 2001 From: Sergio Compean Date: Thu, 29 Feb 2024 00:04:48 -0500 Subject: [PATCH] Update format.yml --- .github/workflows/format.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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 }}