From 04cffa9946553dad92a72119d36aac215d536589 Mon Sep 17 00:00:00 2001 From: M Sazzadul Hoque <7600764+sazzad16@users.noreply.github.com> Date: Thu, 12 Oct 2023 16:42:30 +0600 Subject: [PATCH] Address new patch version branch naming (0.0.x) --- .github/workflows/integration.yml | 2 +- .github/workflows/snapshot.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index e6907dcaef..5f01f28b92 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -15,8 +15,8 @@ on: pull_request: branches: - master - - '[0-9].[0-9]' - '[0-9].x' + - '[0-9].[0-9].x' schedule: - cron: '0 1 * * *' # nightly build diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index dd6adfcbce..3155eaa20f 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -6,8 +6,8 @@ on: push: branches: - master - - '[0-9].[0-9]' - '[0-9].x' + - '[0-9].[0-9].x' jobs: