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 <madhupr007@gmail.com>
(cherry picked from commit 00d34fdb2d)
This commit is contained in:
Madhu Rajanna 2020-12-02 13:27:02 +05:30 committed by Madhu Rajanna
parent cad6707071
commit 75e06f9581

View File

@ -2,7 +2,6 @@
name: multi-arch-build
# yamllint disable-line rule:truthy
on:
push:
pull_request:
branches:
- '*'