Skip to content

Commit 08241b8

Browse files
authored
Chore: [AEA-0000] - fix ci workflow (#3)
## Summary - Routine Change ### Details - fix ci workflow
1 parent a842376 commit 08241b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
with:
2828
dry_run: true
2929
pinned_image: ${{ needs.get_config_values.outputs.pinned_image }}
30-
branch_name: ${{ github.event.pull_request.head.ref }}
30+
branch_name: main
3131
tag_format: ${{ needs.get_config_values.outputs.tag_format }}
3232
secrets: inherit

0 commit comments

Comments
 (0)