Skip to content

Commit

Permalink
[#1] clone job
Browse files Browse the repository at this point in the history
  • Loading branch information
feelform committed Nov 9, 2021
1 parent 550f55d commit 88f4393
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/applyMainMarkdownWithTemplateEngine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
# https://docs.github.com/en/actions/reference/events-that-trigger-workflows#repository_dispatch
repository_dispatch:
types: [release-pinpoint]
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '00 13 * * *'

jobs:
build:
Expand Down

0 comments on commit 88f4393

Please sign in to comment.