Skip to content

Commit db9992a

Browse files
committed
refactor
1 parent 639dedf commit db9992a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/schedule.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: Daily Web3 Scraper
22

33
on:
4-
# schedule:
5-
# - cron: "0 2 * * *"
6-
push:
7-
branches:
8-
- main
9-
- 'releases/**'
4+
schedule:
5+
- cron: "0 2 * * *"
6+
# push:
7+
# branches:
8+
# - main
9+
# - 'releases/**'
1010

1111
jobs:
1212
build:

0 commit comments

Comments
 (0)