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: