Skip to content

Commit

Permalink
feat: Cron trigger master branch (Mon-Fri @ 0700)
Browse files Browse the repository at this point in the history
  • Loading branch information
brikendr committed Feb 4, 2022
1 parent 214ef6f commit 26e6f1f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Expand Up @@ -12,6 +12,9 @@ on:
pull_request:
branches:
- '*'
schedule:
# Trigger workflow run every workday (Mon-Fri) at 0700
- cron: '0 7 * * 1,2,3,4,5'

jobs:
build:
Expand Down

0 comments on commit 26e6f1f

Please sign in to comment.