File tree 1 file changed +9
-6
lines changed
1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 1
1
name : bluebuild
2
2
on :
3
3
push :
4
- paths-ignore : # don't rebuild if only documentation has changed
5
- - " **.md"
6
-
4
+ paths :
5
+ - " 00-minimal/**"
6
+ - " 10-two-images/**"
7
+ - " .github/workflows/build-simple.yml"
8
+ branches :
9
+ - main
10
+
7
11
pull_request :
8
12
workflow_dispatch : # allow manually triggering builds
9
13
jobs :
18
22
fail-fast : false # stop GH from cancelling all matrix builds if one fails
19
23
matrix :
20
24
recipe :
21
-
22
25
# 00-minimal
23
26
- folder : ./00-minimal
24
27
file : recipe.yml
@@ -30,12 +33,12 @@ jobs:
30
33
file : recipe-kde.yml
31
34
32
35
steps :
33
- # the build is fully handled by the reusable github action
36
+ # the build is fully handled by the reusable github action
34
37
- name : Build Custom Image
35
38
uses :
blue-build/[email protected]
36
39
with :
37
40
recipe : ${{ matrix.recipe.file }}
38
41
working_directory : ${{ matrix.recipe.folder }}
39
42
cosign_private_key : ${{ secrets.SIGNING_SECRET }}
40
43
registry_token : ${{ github.token }}
41
- pr_event_number : ${{ github.event.number }}
44
+ pr_event_number : ${{ github.event.number }}
You can’t perform that action at this time.
0 commit comments