- run CI for PRs as well

pull/59/head
Simon G 3 years ago committed by GitHub
parent d69a34ce79
commit df7c1409ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      .github/workflows/ci.yml

@ -1,6 +1,10 @@
name: CI name: CI
on: [push] on:
push:
pull_request:
types: [opened, reopened, edited]
jobs: jobs:
build: build:

Loading…
Cancel
Save