From 73b592c884f6d899ef7eb891bc138cfc09acd84d Mon Sep 17 00:00:00 2001 From: Harold Thetiot Date: Wed, 25 Oct 2023 12:26:16 +0200 Subject: [PATCH] fix CI trigger --- .github/workflows/main.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index a9ff774..a39a70a 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -14,6 +14,9 @@ on: jobs: # This workflow contains a single job called "build" build: + # The type of runner that the job will run on + runs-on: ubuntu-latest + strategy: fail-fast: false matrix: