Skip to content

Commit 13e1042

Browse files
committed
Change key4hep-build workflow triggers; previous commit: Add a key4hep build workflow; previous commit: Update pre-commit license year; previous commit: Update license year; previous commit: Fix wrong value for a test
1 parent 9b6c2d4 commit 13e1042

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/key4hep-build.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Key4hep build
22

33
on:
44
push:
5+
branches:
6+
- main
7+
pull_request:
58
workflow_dispatch:
69

710
jobs:
@@ -13,7 +16,7 @@ jobs:
1316
fail-fast: false
1417
runs-on: ubuntu-latest
1518
steps:
16-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
1720
- uses: key4hep/key4hep-actions/key4hep-build@main
1821
with:
1922
build_type: ${{ matrix.build_type }}

0 commit comments

Comments
 (0)