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:
@@ -4,7 +4,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches: [master, dev]
|
branches: [master, dev]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [master]
|
branches: [dev]
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
|||||||
Reference in New Issue
Block a user