DEV: triggers github actions on pull_request ()

This commit is contained in:
Joffrey JAFFEUX 2019-12-11 00:24:30 +01:00 committed by GitHub
parent 2720531750
commit bc05d3bcdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,6 +2,9 @@ name: CI
on:
push:
branches:
- master
pull_request:
branches-ignore:
- 'tests-passed'