Skip to content

Commit d2fd729

Browse files
committed
chore: add builds on PR and Push
1 parent 6e0ce93 commit d2fd729

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,20 @@ on:
88
default: '9'
99
type: choice
1010
options:
11-
- 10-kitten
12-
- 10
13-
- 9
14-
11+
- '10-kitten'
12+
- '10'
13+
- '9'
14+
pull_request:
15+
branches:
16+
- main
17+
push:
18+
branches:
19+
- main
1520
schedule:
1621
# run every day at 03:00 UTC
1722
- cron: '00 03 * * *'
1823

24+
1925
env:
2026
LATEST_MAJOR: 9
2127
IMAGE_NAME: almalinux-bootc

0 commit comments

Comments
 (0)