From 28d2308274ed47da5171b733ce6e21182a5c2c1f Mon Sep 17 00:00:00 2001 From: Marcello Sylvester Bauer Date: Tue, 13 Oct 2020 13:29:16 +0200 Subject: [PATCH] Revert "Enable Testing workflow for PR" This reverts commit 6baf7cd8c5e12382a7538693485d7d77a6c88105. workflows will be merged with master. Therefor pull_request events are not needed anymore. --- .github/workflows/testing.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 9e00e7239eef..3177b022ac84 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -3,10 +3,7 @@ name: Testing on: - push: - pull_request: - branches: - - master + - push jobs: build: