Skip to content

Commit 176dc51

Browse files
committed
ci: exclude production branch from format workflow
1 parent f7d9a03 commit 176dc51

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/format.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ name: Format
22

33
on:
44
push:
5+
branches-ignore:
6+
- production
57
pull_request:
8+
branches-ignore:
9+
- production
610
workflow_dispatch:
711
jobs:
812
format:

0 commit comments

Comments
 (0)