Merge pull request #684 from gtardif/ci_fork_prs
Update CI workflow to build fine on PRs from forks
This commit is contained in:
commit
0d2e9518a5
|
|
@ -1,6 +1,10 @@
|
|||
name: Continuous integration
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
|
|
|
|||
Loading…
Reference in New Issue