ci: Prevent duplicate CI runs
https://github.com/orgs/community/discussions/26276
This commit is contained in:
parent
1e451348f0
commit
e65ef887fc
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -5,10 +5,12 @@
|
|||||||
name: ci
|
name: ci
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
pull_request:
|
branches:
|
||||||
branches:
|
- main
|
||||||
- main
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CMAKE_GENERATOR: Ninja
|
CMAKE_GENERATOR: Ninja
|
||||||
|
Loading…
x
Reference in New Issue
Block a user