DEV: triggers github actions on pull_request (#8527)
This commit is contained in:
parent
2720531750
commit
bc05d3bcdd
|
@ -1,10 +1,13 @@
|
|||
name: CI
|
||||
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches-ignore:
|
||||
- 'tests-passed'
|
||||
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: "${{ matrix.target }}-${{ matrix.build_types }}"
|
||||
|
|
Loading…
Reference in New Issue