Skip to content

Commit

Permalink
build: run ci on workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Jan 28, 2023
1 parent b1ffc5d commit b1a2381
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Expand Up @@ -3,6 +3,7 @@ name: ci
on:
schedule:
- cron: '0 10 * * *' # everyday at 10am
workflow_dispatch:
push:
branches:
- 'master'
Expand Down

0 comments on commit b1a2381

Please sign in to comment.