diff --git a/.github/workflows/ci-minimal.yml b/.github/workflows/ci-minimal.yml index 3f3b675c1..f5f5c99cb 100644 --- a/.github/workflows/ci-minimal.yml +++ b/.github/workflows/ci-minimal.yml @@ -6,14 +6,14 @@ name: Minimal build requirements for the petclinic application. # The workflow will execute on Push / PR as well as manually running. on: push: - branches: - - main + # branches: + # - main branches-ignore: - test pull_request: - branches: - - main + # branches: + # - main branches-ignore: - test