Skip to content

Commit

Permalink
ci: add scheduled midnight build
Browse files Browse the repository at this point in the history
  • Loading branch information
ifiokjr committed Jul 7, 2020
1 parent d5279df commit 4b6c2c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
name: Node CI

on:
schedule:
- '0 0 * * *'

push:
branches:
- main
- next
- 'changeset-release/main'
- 'changeset-release/next'

pull_request:
branches:
- main
Expand Down

1 comment on commit 4b6c2c2

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 Published on https://remirror.io as production
🚀 Deployed on https://5f03eb73377b388922047fba--remirror.netlify.app

Please sign in to comment.