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
+1 -1
View File
@@ -4,7 +4,7 @@ on:
push:
branches: [master, dev]
pull_request:
branches: [master]
branches: [dev]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}