specify when to run CI (#262)
This commit is contained in:
parent
334e20a306
commit
989d8c6abf
10
.github/workflows/ci.yaml
vendored
10
.github/workflows/ci.yaml
vendored
@ -4,7 +4,15 @@
|
||||
|
||||
name: CI
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
schedule:
|
||||
- cron: "0 5 * * TUE"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Loading…
Reference in New Issue
Block a user