From e7c556397393c45047f0835d856c199061e3f8be Mon Sep 17 00:00:00 2001 From: jmcarcell Date: Mon, 5 Feb 2024 14:31:12 +0100 Subject: [PATCH] Change key4hep-build workflow triggers; previous commit: Make it possible to build with c++20 and switch to new Key4hep build action (#114) --- .github/workflows/key4hep-build.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/key4hep-build.yaml b/.github/workflows/key4hep-build.yaml index f013f0f..3f9007f 100644 --- a/.github/workflows/key4hep-build.yaml +++ b/.github/workflows/key4hep-build.yaml @@ -2,8 +2,10 @@ name: Key4hep build on: push: - workflow_dispatch: + branches: + - main pull_request: + workflow_dispatch: jobs: build: @@ -14,7 +16,7 @@ jobs: fail-fast: false runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: key4hep/key4hep-actions/key4hep-build@main with: build_type: ${{ matrix.build_type }}