From 4bf776fdf37e1f111641dc230528dd989bf56af3 Mon Sep 17 00:00:00 2001 From: MrPai <1164934857@qq.com> Date: Tue, 19 Mar 2024 16:01:31 +0800 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50830ec19..2764fcb10 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ on: # Triggers the workflow on push or pull request events but only for the master branch push: branches: - - master + - fix/xcm-notification-issue pull_request: branches: [master]