Skip to content

Commit d35d603

Browse files
authored
Bye
1 parent ebab6f3 commit d35d603

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/javascript.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: Sheet to Json Workflow
22

33
on:
4-
schedule:
5-
# every 20 minutes the job will run
6-
- cron: "*/20 * * * *"
7-
push:
8-
branches:
9-
- main
4+
# schedule:
5+
# # every 20 minutes the job will run
6+
# - cron: "*/20 * * * *"
7+
# push:
8+
# branches:
9+
# - main
1010
# repository_dispatch:
1111
# types: [my-event]
1212

0 commit comments

Comments
 (0)