Skip to content

Commit c289ef5

Browse files
authored
Merge pull request #1094 from kumvijaya/current
T8144: Updated trigger-docker-image-build workflow for pull_request_t…
2 parents 5fee758 + 1cc834e commit c289ef5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/trigger-docker-image-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
- closed
77
branches:
88
- current
9+
- circinus
10+
- sagitta
911

1012
permissions:
1113
packages: write
@@ -36,7 +38,7 @@ jobs:
3638
- 'docker/**'
3739
3840
- name: "Trigger Docker image build for ${{ github.ref_name }}"
39-
if: ${{ steps.changes.outputs.docker-dir == 'true' }}
41+
if: ${{ steps.changes.outputs.docker-dir == 'true' }}
4042
run: |
4143
curl -L \
4244
-X POST \

0 commit comments

Comments
 (0)