Skip to content

Commit

Permalink
Only upload artifacts during PRs
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Crane <[email protected]>
  • Loading branch information
marcus-crane committed Dec 17, 2023
1 parent 2e6990f commit 2a0a8c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:
dpkg-deb --build "october_${{ steps.normalise_version.outputs.version }}_amd64"
- name: Upload build artifact
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
uses: actions/upload-artifact@v3
with:
name: october_pr${{ github.event.pull_request.number }}_${{ github.event.pull_request.head.sha }}_${{ steps.normalise_platform.outputs.tag }}
Expand Down

0 comments on commit 2a0a8c4

Please sign in to comment.