From 58ecf56c7c7c70623b933a42f1aeada2479b6e1b Mon Sep 17 00:00:00 2001 From: Arthur Meyre Date: Tue, 21 Sep 2021 10:27:39 +0200 Subject: [PATCH] fix(build): fix release workflow - consider changing the method to get changed files --- .github/workflows/continuous-integration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index 2436024d7..4ff6ccb39 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -45,7 +45,7 @@ jobs: steps: - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f - name: Get changed files - if: ${{ github.event_name == 'push' || github.event_name == 'pull_request' }} + if: ${{ (github.event_name == 'push' && !startsWith(github.ref, 'refs/tags/')) || github.event_name == 'pull_request' }} uses: Ana06/get-changed-files@ea75ed777daf24d6e95f43957bd26b1eab20806c id: files with: