We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f53314a commit 8bf23b4Copy full SHA for 8bf23b4
.github/workflows/build-release.yml
@@ -6,6 +6,8 @@ on:
6
- "**"
7
# Allows you to run this workflow manually from the Actions tab
8
workflow_dispatch:
9
+ pull_request:
10
+ types: [opened, synchronize, reopened, ready_for_review]
11
12
permissions:
13
contents: write
0 commit comments