Skip to content

Commit e0b98ea

Browse files
authored
Update dailyGeneration.yml
1 parent 2dd5792 commit e0b98ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dailyGeneration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ name: DailyGeneration
55
# Controls when the action will run. Triggers the workflow on push or pull request
66
# events but only for the master branch
77
on:
8-
schedule:
9-
- cron: "0 8 * * *"
8+
push:
9+
branches: master
1010

1111
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1212
jobs:

0 commit comments

Comments
 (0)