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

View File

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