mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 04:50:36 +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:
|
||||
push:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
types:
|
||||
- "opened"
|
||||
- "edited"
|
||||
|
||||
jobs:
|
||||
ci:
|
||||
|
|
Loading…
Reference in a new issue