From 0a7c20fb82e28e079b88d645bc38f0bc8f00001e Mon Sep 17 00:00:00 2001 From: Manuel Lopes Date: Fri, 15 Mar 2024 16:13:37 +0100 Subject: [PATCH] Fix linux CI workfow --- .github/workflows/test-Linux.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-Linux.yml b/.github/workflows/test-Linux.yml index d7e2b46..ba34462 100644 --- a/.github/workflows/test-Linux.yml +++ b/.github/workflows/test-Linux.yml @@ -1,10 +1,12 @@ name: Test-Linux + on: - push: + push: branches: [ main ] - pull_request: + pull_request: branches: - - '*' + - '*' + jobs: build: runs-on: ubuntu-latest