From 189746e085772dcc4e26d178768ecb739cf3863c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sylwester=20Zieli=C5=84ski?= Date: Wed, 13 Apr 2022 16:23:18 +0200 Subject: [PATCH] Change tag triggered workflow to use main branch. --- .github/workflows/deploy-all.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-all.yml b/.github/workflows/deploy-all.yml index 012fa8df..a07bfec4 100644 --- a/.github/workflows/deploy-all.yml +++ b/.github/workflows/deploy-all.yml @@ -3,13 +3,13 @@ on: push: tags: - '*' - workflow_dispatch: jobs: generateReadme: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 with: + ref: main fetch-depth: 0 - shell: bash run: | @@ -27,6 +27,7 @@ jobs: steps: - uses: actions/checkout@v3 with: + ref: main fetch-depth: 0 - shell: bash env: