Skip to content

Commit c9d3e4e

Browse files
committed
CI: drop temporary ci_ghcr_image branch from publish trigger
The image is built and published; remove the bring-up-only branch entry so publish only runs on master/main Dockerfile changes (and workflow_dispatch).
1 parent 84152f3 commit c9d3e4e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,11 @@ name: Publish wolfTPM CI image
1818
#
1919
# Triggers:
2020
# - push to master/main when the Dockerfile or this workflow changes
21-
# - push to the ci_ghcr_image branch (TEMP: lets a fork build the image on
22-
# push while bringing this up; drop this branch entry before merge)
2321
# - workflow_dispatch for manual rebuilds
2422

2523
on:
2624
push:
27-
branches: [ 'master', 'main', 'ci_ghcr_image' ]
25+
branches: [ 'master', 'main' ]
2826
paths:
2927
- '.github/docker/wolftpm-ci/**'
3028
- '.github/workflows/publish-ci-image.yml'

0 commit comments

Comments
 (0)