Skip to content

Commit

Permalink
try fix PR check
Browse files Browse the repository at this point in the history
  • Loading branch information
jstastny-cz committed Jan 31, 2024
1 parent 8d8cb75 commit 91b6396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jenkins-tests-PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set correct base branch
run: |
branch="${{ github.base_ref }}"
if [ "${branch}" = "development" ]; then
if [ "${branch}" = "development" ] || [ "${branch}" = "8.x" ]; then
branch='main'
fi
echo "BASE_BRANCH=${branch}" >> $GITHUB_ENV
Expand Down

0 comments on commit 91b6396

Please sign in to comment.