Skip to content

Commit 17f3694

Browse files
committed
chore: add workflow for dev pr
1 parent 276c534 commit 17f3694

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
pull_request:
99
branches:
1010
- "main"
11+
- "dev"
1112

1213
jobs:
1314
ruff:

.github/workflows/validate.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
pull_request:
1212
branches:
1313
- "main"
14+
- "dev"
1415

1516
jobs:
1617
hassfest: # https://developers.home-assistant.io/blog/2020/04/16/hassfest

0 commit comments

Comments
 (0)