diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f815370cd..fd33269f5 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -1,5 +1,8 @@ name: Virtual Kubelet Docker Build and Deploy -on: [release] +on: + push: + branches: [master] + pull_request: jobs: build-and-deploy: