Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
add cron schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
jchavarri committed May 18, 2020
1 parent 6840711 commit ecaa3c9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: Build bs-platform-js
on: [push]
on:
push:
branches:
- '*'
schedule:
- cron: '* 0 * * *' # every day at midnight utc

jobs:
run:
name: Build
Expand Down

0 comments on commit ecaa3c9

Please sign in to comment.