mirror of
https://github.com/opdavies/glassboxx-sdk-php.git
synced 2025-02-02 08:57:32 +00:00
Schedule automated CI builds
This commit is contained in:
parent
bb4d4bfbe8
commit
40c4f5f603
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -3,6 +3,8 @@ name: CI
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
push:
|
push:
|
||||||
|
schedule:
|
||||||
|
- cron: '* 2 */7 * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
Loading…
Reference in a new issue