Skip to content

Commit b2e9567

Browse files
authored
change main
1 parent f46019c commit b2e9567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: it-at-m/.github/.github/actions/action-maven-build@main
2424
with:
2525
app-path: "${{ matrix.app-path }}"
26-
- if: github.ref == 'refs/heads/test-pip'
26+
- if: github.ref == 'refs/heads/main'
2727
uses: it-at-m/.github/.github/actions/action-build-image@main
2828
with:
2929
path: "${{ matrix.app-path }}"

0 commit comments

Comments
 (0)