mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 05:43:55 +00:00
ci: exclude production branch from format workflow
This commit is contained in:
parent
f7d9a031e6
commit
176dc51b2e
4
.github/workflows/format.yml
vendored
4
.github/workflows/format.yml
vendored
@ -2,7 +2,11 @@ name: Format
|
||||
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- production
|
||||
pull_request:
|
||||
branches-ignore:
|
||||
- production
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
format:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user