From e40c50eb9f9dbbcc4663232324be42c9673aae0f Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 27 Feb 2024 18:58:41 +0100 Subject: [PATCH] Change default branch to main from stable --- .github/workflows/deploy-to-tr.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-to-tr.yml b/.github/workflows/deploy-to-tr.yml index ff79f28..087f56e 100644 --- a/.github/workflows/deploy-to-tr.yml +++ b/.github/workflows/deploy-to-tr.yml @@ -5,14 +5,14 @@ on: inputs: branches: required: true - default: stable + default: main push: branches: - - stable + - main jobs: publish-tr: - name: Publish to TR from stable branch + name: Publish to TR from main branch runs-on: ubuntu-latest # only linux supported at present steps: - uses: actions/checkout@v3