Skip to content

Commit

Permalink
Allow manual triggering
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanb authored Jan 27, 2021
1 parent 27d2245 commit aa9f46d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '30 3 * * *'
workflow_dispatch:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down

0 comments on commit aa9f46d

Please sign in to comment.