Skip to content

Commit

Permalink
Merge branch 'ci/tools_fix'
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasssvaz committed Jun 12, 2024
2 parents f707058 + 1478cb6 commit 1a7633e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_py_tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
done
- name: Sign binaries
if: matrix.os == 'windows-latest' && env.CERTIFICATE != ''
if: matrix.os == 'windows-latest' && github.event_name == 'push' && env.CERTIFICATE != ''
env:
CERTIFICATE: ${{ secrets.CERTIFICATE }}
CERTIFICATE_PASSWORD: ${{ secrets.CERTIFICATE_PASSWORD }}
Expand Down

0 comments on commit 1a7633e

Please sign in to comment.