Skip to content

Commit a68de9f

Browse files
authored
Merge branch 'lencx:main' into main
2 parents 42ee3bc + c2ef6ff commit a68de9f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ on:
66
- main
77
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule
88
schedule:
9-
- cron: '30 0-23 * * *'
9+
- cron: '0 20 * * *'
10+
# https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/events-that-trigger-workflows#discussion
11+
discussion:
12+
types: [created, edited, answered, deleted, transferred]
1013

1114
jobs:
1215
deploy:

0 commit comments

Comments
 (0)