Skip to content

Commit 3a0b4f0

Browse files
chore(ci): temporarily trigger image build on feature branch
Adds the feature branch to build-ci-image.yml push triggers so container images get built for testing. Will be removed before merge. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a299072 commit 3a0b4f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-ci-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: build-ci-image
22

33
on:
44
push:
5-
branches: [master, main]
5+
branches: [master, main, feat/ci-ubi10-container] # TODO: remove feature branch after merge
66
paths:
77
- '.devcontainer/Containerfile'
88
- '.devcontainer/Containerfile.intel'

0 commit comments

Comments
 (0)