ci: exclude production branch from format workflow

This commit is contained in:
Dax Raad 2025-09-12 13:41:28 -04:00
commit 176dc51b2e

View file

@ -2,7 +2,11 @@ name: Format
on: on:
push: push:
branches-ignore:
- production
pull_request: pull_request:
branches-ignore:
- production
workflow_dispatch: workflow_dispatch:
jobs: jobs:
format: format: