From 3bd024bb839227a84f8f510f26aa4ae9d693c79e Mon Sep 17 00:00:00 2001 From: Steve Ayers Date: Thu, 29 Feb 2024 11:44:54 -0500 Subject: [PATCH] Run CI processes against v2 branch also (#731) This adds the `v2` branch to our CI workflows so that the CI processes (and the approval bypass) Github actions are run when pull requests and merges happen with that branch. --- .github/workflows/ci.yaml | 4 ++-- .github/workflows/notify-approval-bypass.yaml | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 087b1f0a3..b447a94ee 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,10 +1,10 @@ name: ci on: push: - branches: [main] + branches: [main, v2] tags: ['v*'] pull_request: - branches: [main] + branches: [main, v2] workflow_dispatch: jobs: ci: diff --git a/.github/workflows/notify-approval-bypass.yaml b/.github/workflows/notify-approval-bypass.yaml index 14af550fd..0683ed85c 100644 --- a/.github/workflows/notify-approval-bypass.yaml +++ b/.github/workflows/notify-approval-bypass.yaml @@ -3,8 +3,7 @@ on: pull_request: types: - closed - branches: - - main + branches: [main, v2] permissions: pull-requests: read jobs: