diff options
Diffstat (limited to '.github/workflows/format.yml')
| -rw-r--r-- | .github/workflows/format.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 7a42fe823..227e9f808 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -2,7 +2,11 @@ name: Format on: push: + branches-ignore: + - production pull_request: + branches-ignore: + - production workflow_dispatch: jobs: format: |
