From 8d697d538580c5e8e2b188bd6b0464d5acc8576b Mon Sep 17 00:00:00 2001 From: "Kevin R. Whitley" Date: Wed, 31 May 2023 10:12:31 -0500 Subject: [PATCH] Update verify.yml to branch 4.x --- .github/workflows/verify.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 8d293940..d6f46f49 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -2,9 +2,9 @@ name: build on: push: - branches: [ v3.x ] + branches: [ v4.x ] pull_request: - branches: [ v3.x ] + branches: [ v4.x ] jobs: build: