From b24740ff3ac119a7cc04b1903a27cca6aa9b38b4 Mon Sep 17 00:00:00 2001 From: Olivier Cots <66357348+ocots@users.noreply.github.com> Date: Tue, 27 Aug 2024 11:20:32 +0200 Subject: [PATCH] Update CI.yml --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index c86cd3d7..1708b0d2 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -4,10 +4,10 @@ on: push: branches: - main - branches-ignore: - - breakage-applications tags: '*' pull_request: + branches-ignore: + - breakage-applications jobs: test: name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}