We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f46019c commit b2e9567Copy full SHA for b2e9567
.github/workflows/build-all.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: it-at-m/.github/.github/actions/action-maven-build@main
24
with:
25
app-path: "${{ matrix.app-path }}"
26
- - if: github.ref == 'refs/heads/test-pip'
+ - if: github.ref == 'refs/heads/main'
27
uses: it-at-m/.github/.github/actions/action-build-image@main
28
29
path: "${{ matrix.app-path }}"
0 commit comments