ci: always run tests and simplify branches syntax in deploy workflow

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Vinta Chen 2026-04-03 16:00:21 +08:00
parent 520e285e8e
commit b7b8eb02d1
No known key found for this signature in database
GPG Key ID: B93DE4F003C33630

View File

@ -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