From 1dd3d05391bb47b617f8ecc0b5f8fb87c5fbcd47 Mon Sep 17 00:00:00 2001 From: Matt York Date: Sun, 15 Oct 2023 14:37:34 +0100 Subject: [PATCH] added ignore branches --- .github/workflows/ci-minimal.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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