mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-05-29 01:56:41 +00:00
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 00d34fdb2d58c79165ae26d88d2bc32622e5607b)
This commit is contained in:
parent
cad6707071
commit
75e06f9581
1
.github/workflows/build-multi-stage.yaml
vendored
1
.github/workflows/build-multi-stage.yaml
vendored
@ -2,7 +2,6 @@
|
||||
name: multi-arch-build
|
||||
# yamllint disable-line rule:truthy
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
branches:
|
||||
- '*'
|
||||
|
Loading…
x
Reference in New Issue
Block a user