[ci] Don't rebuild on push

Otherwises tests are ran twice, one for the PR and then after the merge
This commit is contained in:
Romain Goyet
2019-10-01 17:00:11 +02:00
parent 3b857f15b7
commit 51d1c7b389

View File

@@ -1,5 +1,5 @@
name: Continuous integration
on: [pull_request, push]
on: [pull_request]
jobs:
build-simulator-android: