forked from lix-project/nix-eval-jobs
add ci configuration
This commit is contained in:
parent
c7d9f7a937
commit
7745ffbab0
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -2,6 +2,8 @@ name: "Test"
|
|||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
schedule:
|
||||
- cron: '51 2 * * *'
|
||||
jobs:
|
||||
|
|
Loading…
Reference in a new issue