From b7b8eb02d1abd9ca097e65f47045c8fd814a9ede Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Fri, 3 Apr 2026 16:00:21 +0800 Subject: [PATCH] ci: always run tests and simplify branches syntax in deploy workflow Co-Authored-By: Claude --- .github/workflows/deploy-website.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index 58e30f3..3faafbf 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -2,8 +2,7 @@ name: Deploy Website on: push: - branches: - - master + branches: [master] schedule: - cron: "0 0 * * *" @@ -34,7 +33,6 @@ jobs: run: uv sync --group build - name: Run tests - if: github.event_name != 'schedule' run: make test - name: Get date