Skip to content

Commit 2d61186

Browse files
committed
Update build-and-deploy.yml
1 parent 4ce7931 commit 2d61186

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Build and Deploy
22

3-
on: [push, pull_request, release]
3+
on: [push, pull_request]
4+
on:
5+
release:
6+
types: [publish]
47

58
jobs:
69
windows-builder:

0 commit comments

Comments
 (0)