Skip to content

Commit

Permalink
enable nightly deployments/tests (#204)
Browse files Browse the repository at this point in the history
* dev: add: cron expression for nightly deployments/tests

* build(deps): bump @babel/traverse from 7.20.1 to 7.23.2
  • Loading branch information
marcello33 authored Oct 19, 2023
1 parent 4761b3c commit 6f534b3
Show file tree
Hide file tree
Showing 2 changed files with 126 additions and 120 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
branches:
- '**'
types: [opened, synchronize]
schedule:
- cron: '0 0 * * *'

concurrency:
group: build-${{ github.event.pull_request.number || github.ref }}
Expand Down
Loading

0 comments on commit 6f534b3

Please sign in to comment.