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 243d8b2 commit ea64860Copy full SHA for ea64860
.github/workflows/publish.yml
@@ -1,6 +1,8 @@
1
name: Publish to Packagist
2
3
-on: [push]
+on:
4
+ release:
5
+ types: [published]
6
7
jobs:
8
build-test:
0 commit comments