From e7f6bface94699725f53abd418774762dcae823a Mon Sep 17 00:00:00 2001 From: Zihao Date: Mon, 21 Nov 2022 17:09:57 -0800 Subject: [PATCH] trigger ci for pull requests and enable manual trigger --- .github/workflows/build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 00df4ea10..789f4db8a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,6 +3,11 @@ on: push: branches: - main + pull-requests: + branches: + - main + # Allow manual trigger. + workflow_dispatch: jobs: build-docker-image: runs-on: self-hosted