Skip to content

Commit 17eb460

Browse files
authored
Merge pull request #4 from igchor/workflows_pr
Run centos and debian workflows on push and PR
2 parents 7a0f455 + 7485170 commit 17eb460

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)