feat(frontend-review.yml): add support for dev branch in frontend unit tests workflow

This commit is contained in:
Daniel Avila 2023-06-11 15:37:24 -04:00 committed by Danny Avila
parent 46bd04301d
commit 297291c541

View file

@ -2,9 +2,9 @@
name: Frontend Unit Tests
on:
push:
branches: [main]
branches: [main, dev]
pull_request:
branches: [main]
branches: [main, dev]
jobs:
tests_frontend:
name: Run frontend unit tests