From af2687771babfbe897454968c3f7409052dec4b4 Mon Sep 17 00:00:00 2001 From: Soulter <37870767+Soulter@users.noreply.github.com> Date: Sun, 22 Jun 2025 10:38:09 +0800 Subject: [PATCH] ci: update dashboard ci to support pull request --- .github/workflows/dashboard_ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dashboard_ci.yml b/.github/workflows/dashboard_ci.yml index 6c5a0090e..4c6304e4a 100644 --- a/.github/workflows/dashboard_ci.yml +++ b/.github/workflows/dashboard_ci.yml @@ -1,6 +1,10 @@ name: AstrBot Dashboard CI -on: [push] +on: + push: + branches: [ "master" ] + pull_request: + branches: [ "master" ] jobs: build: