diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 463f87e..b38b4a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,10 +2,7 @@ name: CI -on: - pull_request_target: - branches: [ main ] - workflow_dispatch: +on: workflow_dispatch env: QUARKUS_CONTAINER_IMAGE_USERNAME: ${{ secrets.DOCKER_HUB_LOGIN }}