From 75e06f958140333f09e6dc80ccdc51af435492bd Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Wed, 2 Dec 2020 13:27:02 +0530 Subject: [PATCH] ci: run github work flow only for pull request currently github action are getting trigerred for both pull and push request, this commits removes the action for push events. Signed-off-by: Madhu Rajanna (cherry picked from commit 00d34fdb2d58c79165ae26d88d2bc32622e5607b) --- .github/workflows/build-multi-stage.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build-multi-stage.yaml b/.github/workflows/build-multi-stage.yaml index f8fbc3f41..9f97eda2f 100644 --- a/.github/workflows/build-multi-stage.yaml +++ b/.github/workflows/build-multi-stage.yaml @@ -2,7 +2,6 @@ name: multi-arch-build # yamllint disable-line rule:truthy on: - push: pull_request: branches: - '*'