Skip to content

Commit b7b8eb0

Browse files
vintaclaude
andcommitted
ci: always run tests and simplify branches syntax in deploy workflow
Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 520e285 commit b7b8eb0

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/deploy-website.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ name: Deploy Website
22

33
on:
44
push:
5-
branches:
6-
- master
5+
branches: [master]
76
schedule:
87
- cron: "0 0 * * *"
98

@@ -34,7 +33,6 @@ jobs:
3433
run: uv sync --group build
3534

3635
- name: Run tests
37-
if: github.event_name != 'schedule'
3836
run: make test
3937

4038
- name: Get date

0 commit comments

Comments
 (0)