Skip to content

Commit e0438fb

Browse files
github actions: Fix for triggering this workflow from specific branches
Signed-off-by: Shreeya Patel <[email protected]>
1 parent 8419d3d commit e0438fb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/kernel-build-and-test-x86_64.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: Automated kernel build and test (x86_64)
2+
23
on:
3-
push:
4-
branches:
5-
- '*_ciqlts9_2'
4+
workflow_call:
65

76
permissions:
87
contents: read

0 commit comments

Comments
 (0)