Skip to content

Commit e73da3d

Browse files
committed
[feature] active schedule build action
1 parent 56bf683 commit e73da3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Build and Release Nekoray
22

33
on:
4-
# schedule:
5-
# - cron: '0 0 * * 0' # Run every Sunday at midnight UTC
4+
schedule:
5+
- cron: '0 0 * * 0' # Run every Sunday at midnight UTC
66
push:
77
branches: [main]
88

0 commit comments

Comments
 (0)