diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 05a37ef5..c1fe9895 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -106,7 +106,7 @@ jobs: run: npx semantic-release update-deploy-reference: - name: "Update Deploy App Reference" + name: "Trigger Docker Build" runs-on: ubuntu-latest if: github.event_name == 'push' && (github.ref == 'refs/heads/development' || github.ref == 'refs/heads/main') needs: [ test ]