Skip to content

Commit b66c4b2

Browse files
committed
Ensure main push runs CI for build cache
1 parent 55493b7 commit b66c4b2

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/main.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,20 @@ on:
55
branches:
66
- main
77
paths-ignore:
8-
- '**/*.md'
9-
- '**/*.txt'
8+
- "**/*.md"
9+
- "**/*.txt"
1010

1111
permissions:
1212
contents: write
1313
packages: write
1414
security-events: write
1515

1616
jobs:
17+
build:
18+
name: Build
19+
uses: ./.github/workflows/_reusable-build-changed.yaml
20+
1721
run:
1822
uses: ./.github/workflows/build-and-release.yaml
1923
with:
20-
push-container-image: true
24+
push-container-image: true

0 commit comments

Comments
 (0)