We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65f6105 commit c38c903Copy full SHA for c38c903
.github/workflows/build-pr-development.yml
@@ -40,6 +40,7 @@ jobs:
40
with:
41
java-version: ${{ matrix.java }}
42
- name: Build Quarkus main
43
+ if: ${{ github.base_ref == 'development' }}
44
run: |
45
git clone https://github.com/quarkusio/quarkus.git
46
cd quarkus
0 commit comments