Skip to content

Commit de77507

Browse files
committed
fix: include development branch in lint workflow
1 parent b1ef2c7 commit de77507

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Lint
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [main,development]
66
pull_request:
7-
branches: [main]
7+
branches: [main,development]
88

99
jobs:
1010
lint:

0 commit comments

Comments
 (0)