Skip to content

Commit 5f71568

Browse files
committed
chore: disable scheduled deploy, restrict push triggers in homepage workflow
1 parent 3778df5 commit 5f71568

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/deploy-homepage.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ name: Build and Deploy Homepage
22

33
on:
44
# Run every day at 02:00 UTC
5-
schedule:
6-
- cron: '0 2 * * *'
5+
# schedule:
6+
# - cron: '0 2 * * *'
77
# Allow manual trigger
88
workflow_dispatch:
99
# Also run on pushes to main branch
1010
push:
11-
branches: [ main ]
12-
paths:
13-
- 'README.md'
14-
- 'README_zh.md'
11+
# branches: [ main ]
12+
# paths:
13+
# - 'README.md'
14+
# - 'README_zh.md'
1515

1616
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
1717
permissions:

0 commit comments

Comments
 (0)