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 8b3ef52 commit 0c7cac8Copy full SHA for 0c7cac8
1 file changed
.github/workflows/build-and-upload.yaml
@@ -3,7 +3,8 @@ name: build-and-upload
3
on:
4
release:
5
types: [published]
6
- pull_request
+ pull_request:
7
+ types: [opened, synchronize, reopened, edited]
8
9
10
permissions:
0 commit comments