From f1270a891a6200e4809778674da41e0d6953b869 Mon Sep 17 00:00:00 2001 From: Parker Lougheed Date: Fri, 21 Apr 2023 15:43:02 -0500 Subject: [PATCH] Enable build checks and tests in next branch --- .github/workflows/build.yml | 1 + .github/workflows/stage.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bc8374ab363..3776ce76fdc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,6 +7,7 @@ on: pull_request: branches: - main + - v-next-2023-1 schedule: - cron: "0 0 * * 0" diff --git a/.github/workflows/stage.yml b/.github/workflows/stage.yml index a0df9a5e772..b5b3c78d1dc 100644 --- a/.github/workflows/stage.yml +++ b/.github/workflows/stage.yml @@ -4,6 +4,7 @@ on: pull_request: branches: - main + - v-next-2023-1 # Declare default permissions as read only. permissions: read-all