From 653671ab282ecc59be779cca2f7ef93b67926b03 Mon Sep 17 00:00:00 2001 From: Simon <96721494+Simon-Tl@users.noreply.github.com> Date: Thu, 14 Dec 2023 17:13:49 +0800 Subject: [PATCH] ci: add trigger condition "pull_request" Co-authored-by: Flouse <1297478+Flouse@users.noreply.github.com> --- .github/workflows/axon-sync-test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/axon-sync-test.yml b/.github/workflows/axon-sync-test.yml index a6558109d..a37c6b379 100644 --- a/.github/workflows/axon-sync-test.yml +++ b/.github/workflows/axon-sync-test.yml @@ -4,6 +4,8 @@ on: workflow_dispatch: # TODO: remove `pull_request` event when this workflow is stable pull_request: + # TODO: remove `pull_request` event when this workflow is stable + pull_request: jobs: Build_and_Archive_Axon: