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 6388fe7 commit 4ac75dfCopy full SHA for 4ac75df
.github/workflows/release.yml
@@ -2,6 +2,8 @@ name: Release
2
on:
3
push:
4
branches: [v2]
5
+ pull_request:
6
+ branches: [v2]
7
concurrency: ${{ github.workflow }}-${{ github.ref }}
8
permissions:
9
contents: write
0 commit comments