Trigger CI on pull_request

Foreign contributions did not trigger the CI.
This change will trigger CI also on foreign contributions (PRs).
This commit is contained in:
Daniel Siepmann 2022-08-05 20:54:51 +02:00
parent 3b0fb209c2
commit e1f3613bb2

View file

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