Skip to content
This repository was archived by the owner on Jan 6, 2026. It is now read-only.

Commit f2d05c5

Browse files
authored
ci: fix deploy from main branch (#48)
1 parent 5661d0c commit f2d05c5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
schedule:
55
- cron: '0 4 * * *'
66
workflow_dispatch:
7+
push:
8+
branches:
9+
- main
710

811
concurrency:
912
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)