Skip to content

Commit

Permalink
Change key4hep-build workflow triggers; previous commit: Make it poss…
Browse files Browse the repository at this point in the history
…ible to build with c++20 and switch to new Key4hep build action (#114)
  • Loading branch information
jmcarcell committed Feb 5, 2024
1 parent ff0bbc8 commit e7c5563
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/key4hep-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ name: Key4hep build

on:
push:
workflow_dispatch:
branches:
- main
pull_request:
workflow_dispatch:

jobs:
build:
Expand All @@ -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 }}
Expand Down

0 comments on commit e7c5563

Please sign in to comment.