From bf8d49113c5b1da52a89ffe5889c44a507570722 Mon Sep 17 00:00:00 2001 From: chad Date: Mon, 30 Sep 2024 14:34:33 -0500 Subject: [PATCH 1/2] ci: update workflows to include next branch --- .github/workflows/codeql.yml | 4 ++-- .github/workflows/forc-version.yaml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 9be4c8e60bd..05fe5ab9787 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -2,9 +2,9 @@ name: "CodeQL" on: push: - branches: [ "master" ] + branches: [ "master" , "next" ] pull_request: - branches: [ "master" ] + branches: [ "master" , "next" ] schedule: - cron: '40 13 * * 4' diff --git a/.github/workflows/forc-version.yaml b/.github/workflows/forc-version.yaml index 52211abdf38..881f0abf809 100644 --- a/.github/workflows/forc-version.yaml +++ b/.github/workflows/forc-version.yaml @@ -4,6 +4,7 @@ on: pull_request: branches: - master + - next jobs: verify-forc-version: From 308d7fe15712131c7c36ffb4469d52372da224a4 Mon Sep 17 00:00:00 2001 From: chad Date: Mon, 30 Sep 2024 14:35:00 -0500 Subject: [PATCH 2/2] docs: add changesets --- .changeset/sour-actors-tease.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changeset/sour-actors-tease.md diff --git a/.changeset/sour-actors-tease.md b/.changeset/sour-actors-tease.md new file mode 100644 index 00000000000..5c9afe68934 --- /dev/null +++ b/.changeset/sour-actors-tease.md @@ -0,0 +1,3 @@ +--- +--- +ci: update workflows to include next branch \ No newline at end of file