Skip to content

Commit 9182994

Browse files
nit
1 parent 3c2ad6c commit 9182994

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/prerelease.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
push:
55
branches:
66
- main
7+
pull_request:
8+
branches:
9+
- main
710

811
permissions:
912
contents: read

.github/workflows/stable-release-workflow.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ name: Stable-release Tesseract
33
on:
44
release:
55
types: [published]
6-
pull_request:
7-
branches:
8-
- main
6+
97
permissions:
108
contents: read
119

@@ -69,7 +67,7 @@ jobs:
6967
glibc_version=$(ldd --version | awk '/ldd/{print $NF}')
7068
export GLIBC_VERSION="${glibc_version//./_}"
7169
echo $GLIBC_VERSION
72-
bazel build --define GLIBC_VERSION="$GLIBC_VERSION" --define TARGET_VERSION="$(python -c "print(\"py${TARGET_PYTHON}\".replace(\".\", \"\"))")" --define VERSION="$(cat version/version.txt)" :tesseract_decoder_wheel
70+
bazel build --define GLIBC_VERSION=$GLIBC_VERSION --define TARGET_VERSION="$(python -c "print(\"py${TARGET_PYTHON}\".replace(\".\", \"\"))")" --define VERSION="$(cat version/version.txt)" :tesseract_decoder_wheel
7371
7472
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
7573
with:

0 commit comments

Comments
 (0)