mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 08:58:21 +00:00
also run nightly
This commit is contained in:
parent
f065ab94e0
commit
7edd442c14
1 changed files with 3 additions and 1 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -1,6 +1,8 @@
|
|||
name: CI
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 2 * * *' # run at 2 AM UTC
|
||||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
|
|
@ -13,7 +15,7 @@ jobs:
|
|||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Build
|
||||
|
|
|
|||
Loading…
Reference in a new issue