From d00e5deb8aab4a5d0f4fb41b158c1527a7d07469 Mon Sep 17 00:00:00 2001 From: Christophe Date: Tue, 19 Dec 2023 19:22:57 +0100 Subject: [PATCH] gnu --- .github/workflows/github-actions-demo.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index 82fbd85c2..10cd97daa 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -1,10 +1,16 @@ name: GLM Unit Tests run-name: ${{ github.actor }} is running GLM unit tests -on: [push] + +on: + push: + pull_request: + branches: + - main jobs: - Explore-GitHub-Actions: + windows-latest: + runs-on: windows-latest strategy: fail-fast: false matrix: @@ -13,7 +19,7 @@ jobs: config: [Debug, Release] name: "${{ matrix.os}} ${{ matrix.cxx }} C++:${{ matrix.std }}" - runs-on: ubuntu-latest, macos-latest, windows-latest +# runs-on: ubuntu-latest, macos-latest, windows-latest # env: # CXX: ${{ matrix.cxx }}