From 51d1c7b38957fb069c05b7c8864dcbc4e69fb5ef Mon Sep 17 00:00:00 2001 From: Romain Goyet Date: Tue, 1 Oct 2019 17:00:11 +0200 Subject: [PATCH] [ci] Don't rebuild on push Otherwises tests are ran twice, one for the PR and then after the merge --- .github/workflows/ci-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index f28f669e3..5c5d73e7f 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -1,5 +1,5 @@ name: Continuous integration -on: [pull_request, push] +on: [pull_request] jobs: build-simulator-android: