File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change @@ -11,3 +11,36 @@ rebuild:
11
11
branches :
12
12
only :
13
13
- main
14
+ pull_request :
15
+ steps :
16
+ - branch_package :
17
+ source_project : home:bluca:systemd
18
+ source_package : systemd
19
+ target_project : home:bluca:systemd:ci
20
+ - branch_package :
21
+ source_project : home:bluca:systemd
22
+ source_package : systemd-fedora
23
+ target_project : home:bluca:systemd:ci
24
+ - configure_repositories :
25
+ project : home:bluca:systemd:ci
26
+ repositories :
27
+ - name : Debian_Testing
28
+ paths :
29
+ - target_project : home:bluca:systemd
30
+ target_repository : Debian_Testing
31
+ architectures :
32
+ - x86_64
33
+ - name : Ubuntu_24.04
34
+ paths :
35
+ - target_project : home:bluca:systemd
36
+ target_repository : Ubuntu_24.04
37
+ architectures :
38
+ - x86_64
39
+ - name : Fedora_41
40
+ paths :
41
+ - target_project : home:bluca:systemd
42
+ target_repository : Fedora_41
43
+ architectures :
44
+ - x86_64
45
+ filters :
46
+ event : pull_request
You can’t perform that action at this time.
0 commit comments