From ac1bab195cadfe20635bb6694eafc31fbf7f4044 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 9 Dec 2023 00:14:44 +0000 Subject: [PATCH] chore: sync files with stordco/common-config-elixir --- .github/workflows/ci.yaml | 2 ++ .github/workflows/release.yaml | 1 + .github/workflows/staging.yaml | 2 ++ 3 files changed, 5 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b2c46fd..da114e6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,6 +12,8 @@ on: push: branches: - main + - code-freeze-2023 + - code-freeze/** workflow_call: secrets: CI_SERVICE_KEY: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 41e4c47..27ebe73 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -22,6 +22,7 @@ jobs: with: command: manifest config-file: .release-please-config.json + default-branch: main manifest-file: .release-please-manifest.json release-type: elixir token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }} diff --git a/.github/workflows/staging.yaml b/.github/workflows/staging.yaml index 9c446af..f289aa9 100644 --- a/.github/workflows/staging.yaml +++ b/.github/workflows/staging.yaml @@ -6,6 +6,8 @@ on: push: branches: - main + - code-freeze-2023 + - code-freeze/** workflow_dispatch: concurrency: