This is an automated email from the ASF dual-hosted git repository.
jgemignani pushed a commit to branch latest_test
in repository https://gitbox.apache.org/repos/asf/age.git
The following commit(s) were added to refs/heads/latest_test by this push:
new 6abf7080 Fix installcheck.yaml
6abf7080 is described below
commit 6abf7080e628a614943842dd6c7cd214784b2d4a
Author: John Gemignani <[email protected]>
AuthorDate: Tue Jul 25 18:05:29 2023 -0700
Fix installcheck.yaml
---
.github/workflows/installcheck.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/installcheck.yaml
b/.github/workflows/installcheck.yaml
index 9e831494..629b9fb7 100644
--- a/.github/workflows/installcheck.yaml
+++ b/.github/workflows/installcheck.yaml
@@ -2,9 +2,9 @@ name: Build / Regression
on:
push:
- branches: [ 'master', 'PG14' ]
+ branches: [ 'master', 'latest_test' ]
pull_request:
- branches: [ 'master', 'PG14' ]
+ branches: [ 'master', 'latest_test' ]
jobs:
build: