mirror of
https://github.com/lune-org/lune.git
synced 2025-01-05 19:09:10 +00:00
Run CI workflow on pull requests
This commit is contained in:
parent
df1c790191
commit
11dfc5b1e5
1 changed files with 5 additions and 0 deletions
5
.github/workflows/ci.yaml
vendored
5
.github/workflows/ci.yaml
vendored
|
@ -2,6 +2,11 @@ name: CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
workflow_dispatch:
|
||||||
|
pull_request:
|
||||||
|
types:
|
||||||
|
- "opened"
|
||||||
|
- "edited"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ci:
|
ci:
|
||||||
|
|
Loading…
Reference in a new issue