Skip to content

Commit ea3781a

Browse files
author
Oleg
committed
Emulate push to main
1 parent cd85448 commit ea3781a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112

113113
- name: Add tag with version to the image
114114
run: podman tag ${{ steps.build_image.outputs.image-with-tag }} ${{ steps.build_image.outputs.image }}:${{ steps.current-version.outputs.value }}
115-
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
115+
if: github.event_name == 'push' && github.ref == 'refs/heads/test-publications'
116116

117117
- name: Publish
118118
id: push

0 commit comments

Comments
 (0)