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 6a40919 commit 925e5e8Copy full SHA for 925e5e8
.github/workflows/publish.yml
@@ -1,5 +1,7 @@
1
name: Publish package to GitHub Packages
2
on:
3
+ pull_request:
4
+ types: [opened, synchronize]
5
release:
6
types: [created]
7
jobs:
0 commit comments