mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-11 14:41:17 +08:00
Include dev branch in CI (#2739)
This commit is contained in:
parent
c1b5a7f745
commit
adf5a0d1db
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pr-check.yml
vendored
2
.github/workflows/pr-check.yml
vendored
|
|
@ -2,7 +2,7 @@ name: PR Check
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [master]
|
||||
branches: [master, dev]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue