There was an error while loading. Please reload this page.
1 parent ef96007 commit 707da48Copy full SHA for 707da48
1 file changed
.github/workflows/build-push-acr.yml
@@ -11,6 +11,7 @@ on:
11
push:
12
branches:
13
- "main"
14
+ - "rest-api-stc-integration"
15
16
permissions:
17
id-token: write
@@ -26,7 +27,7 @@ jobs:
26
27
- name: Checkout
28
uses: actions/checkout@v4
29
- - name: Read package version and set image tags
30
+ - name: Read package version and create image tags
31
id: meta
32
run: |
33
if [[ "${GITHUB_REF}" == "refs/heads/main" ]]; then
0 commit comments