We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5252f4 commit 38ac365Copy full SHA for 38ac365
1 file changed
.github/workflows/stable-release-workflow.yml
@@ -3,7 +3,9 @@ name: Stable-release Tesseract
3
on:
4
release:
5
types: [published]
6
-
+ pull_request:
7
+ branches:
8
+ - main
9
permissions:
10
contents: read
11
0 commit comments