Skip to content

Commit

Permalink
Adds workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
eamodio committed Nov 23, 2020
1 parent 99daf8e commit 25086de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cd-insiders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Publish Insiders
on:
schedule:
- cron: '0 6 * * *' # every day at 6am
repository_dispatch:
types: [trigger-insiders-publish]
workflow_dispatch:

jobs:
check:
Expand Down

0 comments on commit 25086de

Please sign in to comment.