Trigger GitHub Actions on every branch and pull request

This commit is contained in:
Sandro Jäckel 2022-01-22 18:53:01 +01:00
parent 9add1adf0b
commit 8666542c90
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -1,11 +1,7 @@
name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test-debian-like: