Skip to content

Commit

Permalink
Run native image test only for main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
making committed May 6, 2024
1 parent 7fb44cc commit ede7913
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
curl --fail --show-error --silent http://localhost:8080/entries/412
pkill -KILL java
- name: Native Image
if: github.ref == 'refs/heads/main'
run: |
set -e
./mvnw -V --no-transfer-progress -Pnative native:compile -DskipTests
Expand Down

0 comments on commit ede7913

Please # to comment.