From 49a17fe9025cf89ec983a90f0fe7ee88470ce0b6 Mon Sep 17 00:00:00 2001 From: Luke Karrys Date: Mon, 24 Oct 2022 16:25:24 -0700 Subject: [PATCH] feat: treat all `release/v*` branches as release targets (#247) --- .github/workflows/release.yml | 1 + lib/content/release.yml | 1 + tap-snapshots/test/apply/source-snapshots.js.test.cjs | 3 +++ 3 files changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2f7dee08..4402af45 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,6 +8,7 @@ on: branches: - main - latest + - release/v* permissions: contents: write diff --git a/lib/content/release.yml b/lib/content/release.yml index 8927adbe..659f9ee4 100644 --- a/lib/content/release.yml +++ b/lib/content/release.yml @@ -10,6 +10,7 @@ on: {{#each releaseBranches }} - {{ . }} {{/each}} + - release/v* permissions: contents: write diff --git a/tap-snapshots/test/apply/source-snapshots.js.test.cjs b/tap-snapshots/test/apply/source-snapshots.js.test.cjs index 7ea94924..ddc6523f 100644 --- a/tap-snapshots/test/apply/source-snapshots.js.test.cjs +++ b/tap-snapshots/test/apply/source-snapshots.js.test.cjs @@ -804,6 +804,7 @@ on: branches: - main - latest + - release/v* permissions: contents: write @@ -2405,6 +2406,7 @@ on: branches: - main - latest + - release/v* permissions: contents: write @@ -3750,6 +3752,7 @@ on: branches: - main - latest + - release/v* permissions: contents: write