diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5ff859f..f0e9f1c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,6 +11,8 @@ permissions: jobs: build: + name: Build + strategy: matrix: include: @@ -55,6 +57,8 @@ jobs: run: ./gradlew ${{ matrix.tasks }} publish: + name: Publish + needs: build if: github.ref == 'refs/heads/master' && github.event_name == 'push' && needs.build.result == 'success'