We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37ed00a commit e622674Copy full SHA for e622674
.github/workflows/ci.yml
@@ -62,7 +62,7 @@ jobs:
62
63
Sign:
64
needs: Test
65
- # if: github.event_name == 'release' && github.event.action == 'published'
+ if: github.event_name == 'release' && github.event.action == 'published'
66
runs-on: windows-latest
67
steps:
68
- name: Checkout Repository
0 commit comments