diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index c1af8d9f8..21f6b0aa9 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -36,8 +36,10 @@ jobs: run: | python -m detection_rules dev build-release - - name: Archive production artifacts + - name: Archive production artifacts for branch builds uses: actions/upload-artifact@v2 + if: | + github.event_name == 'push' with: name: release-files path: |