Schedule build
This commit is contained in:
parent
7e1f132ac7
commit
0a1dc99be1
1 changed files with 7 additions and 2 deletions
9
.github/workflows/continuous.yml
vendored
9
.github/workflows/continuous.yml
vendored
|
@ -22,11 +22,16 @@
|
||||||
#SOFTWARE.
|
#SOFTWARE.
|
||||||
#
|
#
|
||||||
#-----------------------------
|
#-----------------------------
|
||||||
#This file is part of Zap AppImage Package Manager
|
|
||||||
|
|
||||||
name: Continuous
|
name: Continuous
|
||||||
on:
|
on:
|
||||||
- push
|
schedule:
|
||||||
|
- cron: "5 */12 * * *"
|
||||||
|
push:
|
||||||
|
branches: [master]
|
||||||
|
pull_request:
|
||||||
|
branches: [master]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
centos:
|
centos:
|
||||||
|
|
Loading…
Reference in a new issue