CI: Run on pull requests (#102)

* CI: Run on pull requests

* fixup! CI: Run on pull requests
This commit is contained in:
Danilo Bargen 2020-02-06 09:13:49 +01:00 committed by GitHub
commit 623cf67d2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,8 @@
on:
push:
branches:
- master
pull_request:
schedule:
- cron: '30 3 * * 2'