Trigger CI on pull request

This commit is contained in:
Daniel Siepmann 2021-04-12 14:52:29 +02:00
parent bf1ae9540b
commit 08de6ae129

View file

@ -1,5 +1,7 @@
name: CI
on: [push]
on:
- push
- pull_request
jobs:
check-composer:
runs-on: ubuntu-latest