We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e0ce93 commit d2fd729Copy full SHA for d2fd729
1 file changed
.github/workflows/build.yml
@@ -8,14 +8,20 @@ on:
8
default: '9'
9
type: choice
10
options:
11
- - 10-kitten
12
- - 10
13
- - 9
14
-
+ - '10-kitten'
+ - '10'
+ - '9'
+ pull_request:
15
+ branches:
16
+ - main
17
+ push:
18
19
20
schedule:
21
# run every day at 03:00 UTC
22
- cron: '00 03 * * *'
23
24
+
25
env:
26
LATEST_MAJOR: 9
27
IMAGE_NAME: almalinux-bootc
0 commit comments