We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d5c572 commit 7cfe732Copy full SHA for 7cfe732
1 file changed
.github/workflows/cd.yml
@@ -1,6 +1,8 @@
1
name: cd
2
3
-on: [push, pull_request]
+on:
4
+ release:
5
+ types: [published]
6
7
jobs:
8
cd:
0 commit comments