Run CI workflow on pull requests

This commit is contained in:
Filip Tibell 2023-05-19 17:03:29 +02:00
parent df1c790191
commit 11dfc5b1e5
No known key found for this signature in database

View file

@ -2,6 +2,11 @@ name: CI
on:
push:
workflow_dispatch:
pull_request:
types:
- "opened"
- "edited"
jobs:
ci: