diff --git a/.github/workflows/check-builds.yaml b/.github/workflows/check-builds.yaml index 8f1859d..4a857f9 100644 --- a/.github/workflows/check-builds.yaml +++ b/.github/workflows/check-builds.yaml @@ -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: