We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56bf683 commit e73da3dCopy full SHA for e73da3d
.github/workflows/action.yml
@@ -1,8 +1,8 @@
1
name: Build and Release Nekoray
2
3
on:
4
- # schedule:
5
- # - cron: '0 0 * * 0' # Run every Sunday at midnight UTC
+ schedule:
+ - cron: '0 0 * * 0' # Run every Sunday at midnight UTC
6
push:
7
branches: [main]
8
0 commit comments