Skip to content

Commit

Permalink
chore: discussion workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lencx committed Apr 12, 2022
1 parent 1e8fc88 commit c2ef6ff
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ on:
- main
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule
schedule:
- cron: '30 0-23 * * *'
- cron: '0 20 * * *'
# https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/events-that-trigger-workflows#discussion
discussion:
types: [created, edited, answered, deleted, transferred]

jobs:
deploy:
Expand Down

0 comments on commit c2ef6ff

Please sign in to comment.