We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a974276 commit d02fdd6Copy full SHA for d02fdd6
.github/workflows/release.yml
@@ -1,6 +1,8 @@
1
on:
2
push:
3
branches: ["6.1"]
4
+ pull_request:
5
+ branches: ["main"]
6
workflow_dispatch: {}
7
8
permissions:
0 commit comments