Skip to content

Commit

Permalink
fix: temporarily add ts-definitions workflow to master for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcvay authored Feb 15, 2020
1 parent 9244cc3 commit 5f2a33a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/foundation-ts-definition-cronjob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ on:
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '0 0 1-31 * *'

push:
branches:
- master

jobs:
check:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5f2a33a

Please sign in to comment.