Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ymyuuu authored Dec 10, 2023
1 parent 143513f commit 310bba4
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
name: Run Your Python Script

# on:
# push:
# branches:
# - main
# schedule:
# - cron: '6 10 * * *' # 在UTC时间上午10点6分运行

on:
push:
branches:
- main
schedule:
- cron: '6 10 * * *' # 在UTC时间上午10点6分运行
workflow_dispatch: # 允许手动触发


jobs:
build:
Expand Down

0 comments on commit 310bba4

Please sign in to comment.