Skip to content

Commit 297291c

Browse files
committed
feat(frontend-review.yml): add support for dev branch in frontend unit tests workflow
1 parent 46bd043 commit 297291c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/frontend-review.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
name: Frontend Unit Tests
33
on:
44
push:
5-
branches: [main]
5+
branches: [main, dev]
66
pull_request:
7-
branches: [main]
7+
branches: [main, dev]
88
jobs:
99
tests_frontend:
1010
name: Run frontend unit tests

0 commit comments

Comments
 (0)