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:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '51 2 * * *'
|
- cron: '51 2 * * *'
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Reference in a new issue