DEV: triggers github actions on pull_request (#8527)

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
1 changed files with 5 additions and 2 deletions

View File

@ -1,10 +1,13 @@
name: CI
on:
push:
branches:
- master
pull_request:
branches-ignore:
- 'tests-passed'
jobs:
build:
name: "${{ matrix.target }}-${{ matrix.build_types }}"