We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46bd043 commit 297291cCopy full SHA for 297291c
.github/workflows/frontend-review.yml
@@ -2,9 +2,9 @@
2
name: Frontend Unit Tests
3
on:
4
push:
5
- branches: [main]
+ branches: [main, dev]
6
pull_request:
7
8
jobs:
9
tests_frontend:
10
name: Run frontend unit tests
0 commit comments