diff --git a/.github/workflows/ci_and_cd.yml b/.github/workflows/ci_and_cd.yml index 6904bd0..bbc2534 100644 --- a/.github/workflows/ci_and_cd.yml +++ b/.github/workflows/ci_and_cd.yml @@ -26,6 +26,7 @@ jobs: - name: Test Extension run: make test - name: Upload Extension Artifact + if: github.event_name == 'push' uses: actions/upload-artifact@v4 with: name: ExpandAnimations-${{ steps.version.outputs.version }}