Skip to content

Commit

Permalink
ci: add workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Jul 17, 2020
1 parent da2d546 commit 1eeaa0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Daily Test
on:
schedule:
- cron: '13 13 * * *'
workflow_dispatch:

jobs:
test:
Expand Down

0 comments on commit 1eeaa0e

Please sign in to comment.