Merge pull request #817 from code-yeongyu/fix/ci-pr-tests-on-dev

fix(ci): run tests on PRs to dev branch
This commit is contained in:
Kenny 2026-01-15 07:48:21 -05:00 committed by GitHub
commit 96630bb0ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@ on:
push:
branches: [master, dev]
pull_request:
branches: [master]
branches: [dev]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}