Merge pull request #684 from gtardif/ci_fork_prs

Update CI workflow to build fine on PRs from forks
This commit is contained in:
Nicolas De loof 2020-09-28 15:11:16 +02:00 committed by GitHub
commit 0d2e9518a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,10 @@
name: Continuous integration
on: [push]
on:
push:
branches:
- main
pull_request:
jobs:
lint: