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 4ce7931 commit 2d61186Copy full SHA for 2d61186
.github/workflows/build-and-deploy.yml
@@ -1,6 +1,9 @@
1
name: Build and Deploy
2
3
-on: [push, pull_request, release]
+on: [push, pull_request]
4
+on:
5
+ release:
6
+ types: [publish]
7
8
jobs:
9
windows-builder:
0 commit comments