ci: run on PRs

This commit is contained in:
Alexander Zeitler 2021-05-09 01:14:40 +02:00 committed by GitHub
parent 17aaf53a12
commit 876a032001
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,9 @@ on:
push: push:
branches: branches:
- '*' - '*'
pull_request:
branches:
- master
jobs: jobs:
lint: lint:
runs-on: ubuntu-18.04 runs-on: ubuntu-18.04