CI: run on pull requests as well, not just pushes.
This commit is contained in:
parent
ecb3a69d48
commit
127fce8f48
5
.github/workflows/main.yaml
vendored
5
.github/workflows/main.yaml
vendored
|
@ -1,4 +1,7 @@
|
|||
on: push
|
||||
on:
|
||||
push: {}
|
||||
pull_request:
|
||||
types: [opened, reopened, synchronize]
|
||||
name: CI
|
||||
jobs:
|
||||
document:
|
||||
|
|
Loading…
Reference in a new issue