ci: run tests for pull requests, too

This commit is contained in:
Stefan Kalscheuer 2022-01-23 12:37:27 +01:00
parent fa936d3f54
commit 109efd341b
Signed by: stefan
GPG Key ID: 3887EC2A53B55430

View File

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