Skip to content

Commit ab7c069

Browse files
committedDec 20, 2021
Adjust CI workflow for 2.2
(cherry picked from commit c38c903)
1 parent 3ca5e02 commit ab7c069

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.github/workflows/build-pr-development.yml

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
distribution: temurin
4141
java-version: ${{ matrix.java }}
4242
- name: Build Quarkus main
43+
if: ${{ github.base_ref == 'development' }}
4344
run: |
4445
git clone https://github.com/quarkusio/quarkus.git
4546
cd quarkus

0 commit comments

Comments
 (0)
Please sign in to comment.