From 3ebba9fd5854d91fc45c086ee29bea74b0a31bb7 Mon Sep 17 00:00:00 2001 From: Jake Date: Fri, 9 Feb 2024 12:23:18 +0000 Subject: [PATCH] fix: always target main branch on the remote circleci project --- .github/workflows/main.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 3a29e935..e70296db 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -13,5 +13,6 @@ jobs: with: GHA_Meta: ${{ github.event.release.tag_name }} target-slug: ${{ secrets.CCI_TARGET_SLUG }} + target-branch: main env: - CCI_TOKEN: ${{ secrets.CCI_TOKEN }} \ No newline at end of file + CCI_TOKEN: ${{ secrets.CCI_TOKEN }}