From ef010c45d752aadc1dfdeaf47a144e79bad9abfd Mon Sep 17 00:00:00 2001 From: Mark Dorison Date: Thu, 7 Dec 2023 12:49:05 -0500 Subject: [PATCH] Update workflow branch rules. (cherry picked from commit 0eaacd6c11afdba1fc75360256801d1e2701479e) --- .github/workflows/ci.yml | 2 +- .github/workflows/codesee-arch-diagram.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a46106c..1726769 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ on: # yamllint disable-line rule:truthy # Trigger the workflow on pushes to the main branch and all pull requests. push: branches: - - "**.x" + - "[0-9].x" pull_request: jobs: diff --git a/.github/workflows/codesee-arch-diagram.yml b/.github/workflows/codesee-arch-diagram.yml index f2123d8..1e04a6a 100644 --- a/.github/workflows/codesee-arch-diagram.yml +++ b/.github/workflows/codesee-arch-diagram.yml @@ -4,7 +4,7 @@ on: # yamllint disable-line rule:truthy push: branches: - - 3.x + - "[0-9].x" pull_request_target: types: [opened, synchronize, reopened]