Update CI to not run on dev pr
This commit is contained in:
parent
350382bb93
commit
d8a0097c43
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -2,6 +2,10 @@ name: ci
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
branches:
|
||||
- "**"
|
||||
- "!dev"
|
||||
|
||||
jobs:
|
||||
test-linux:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user