Skip to content

Commit 9eb6b36

Browse files
authored
Add pull request trigger to build_test workflow
Run workflows on PRs code
1 parent 6e113db commit 9eb6b36

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build_test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
push:
55
branches:
66
- '**'
7+
pull_request:
8+
branches:
9+
- '**'
710

811
jobs:
912
rpm_test_build:
@@ -39,4 +42,4 @@ jobs:
3942
run: docker build -t sems_deb12 -f Dockerfile-debian12 .
4043

4144
- name: Build image based on Debian 13
42-
run: docker build -t sems_deb13 -f Dockerfile-debian13 .
45+
run: docker build -t sems_deb13 -f Dockerfile-debian13 .

0 commit comments

Comments
 (0)