Skip to content

Commit b5905bc

Browse files
shusaanNiccoloFei
authored andcommitted
ci(bake): add pg_ivm extension to build workflow
- Enable pg_ivm in automated build pipeline Signed-off-by: Husn E Rabbi <shussan@gmail.com>
1 parent cdac710 commit b5905bc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/bake.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
- postgis
1414
- pgaudit
1515
- pg-crash
16+
- pg_ivm
1617

1718
defaults:
1819
run:
@@ -55,6 +56,9 @@ jobs:
5556
pg-crash:
5657
- 'pg-crash/**'
5758
- *shared
59+
pg_ivm:
60+
- 'pg_ivm/**'
61+
- *shared
5862
5963
# Compute a matrix containing the list of all extensions that have been modified
6064
- name: Compute matrix

0 commit comments

Comments
 (0)