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 c32f343 commit 3411ac4Copy full SHA for 3411ac4
.github/workflows/pr.yml
@@ -1,9 +1,9 @@
1
name: Snapshot Release
2
on:
3
- pull_request:
4
- types: [opened, synchronize, reopened]
+ push:
5
branches:
6
- main
+ pull_request:
7
8
permissions: write-all
9
0 commit comments