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