Skip to content

Commit c2ef6ff

Browse files
committed
chore: discussion workflow
1 parent 1e8fc88 commit c2ef6ff

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)