ci: exclude production branch from format workflow
parent
f7d9a031e6
commit
176dc51b2e
|
|
@ -2,7 +2,11 @@ name: Format
|
|||
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- production
|
||||
pull_request:
|
||||
branches-ignore:
|
||||
- production
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
format:
|
||||
|
|
|
|||
Loading…
Reference in New Issue