Skip to content

Commit 7485170

Browse files
committed
Run centos and debian workflows on push and PR
1 parent 5c4dd3d commit 7485170

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/build-cachelib-centos.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: build-cachelib-centos-latest
22
on:
3-
schedule:
4-
- cron: '30 5 * * 1,4'
3+
push:
4+
pull_request:
5+
56
jobs:
67
build-cachelib-centos8-latest:
78
name: "CentOS/latest - Build CacheLib with all dependencies"

.github/workflows/build-cachelib-debian.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: build-cachelib-debian-10
22
on:
3-
schedule:
4-
- cron: '30 5 * * 2,6'
3+
push:
4+
pull_request:
5+
56
jobs:
67
build-cachelib-debian-10:
78
name: "Debian/Buster - Build CacheLib with all dependencies"

0 commit comments

Comments
 (0)