Skip to content

Commit 707da48

Browse files
committed
run on this branch also for now
1 parent ef96007 commit 707da48

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build-push-acr.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
push:
1212
branches:
1313
- "main"
14+
- "rest-api-stc-integration"
1415

1516
permissions:
1617
id-token: write
@@ -26,7 +27,7 @@ jobs:
2627
- name: Checkout
2728
uses: actions/checkout@v4
2829

29-
- name: Read package version and set image tags
30+
- name: Read package version and create image tags
3031
id: meta
3132
run: |
3233
if [[ "${GITHUB_REF}" == "refs/heads/main" ]]; then

0 commit comments

Comments
 (0)