Only upload artifacts from `master`

This commit is contained in:
gsemaj 2022-04-09 13:31:05 -04:00
parent 36638b1522
commit a9942eadab
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ jobs:
path: bin
copy-artifacts:
if: github.event_name != 'pull_request'
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/master'
runs-on: ubuntu-latest
needs: [windows-build, ubuntu-build]
env: