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:
commit
96630bb0ee
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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 }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user