Skip to content

Bump the minor-and-patch group with 2 updates (#101) #10

Bump the minor-and-patch group with 2 updates (#101)

Bump the minor-and-patch group with 2 updates (#101) #10

Workflow file for this run

name: "Merge to main"
on:
push:
branches:
- main
jobs:
build:
name: "Gradle build and test"
uses: ./.github/workflows/build.yml
secrets: inherit
publish:
name: "Docker Push and Publish Documentation"
needs: build
uses: ./.github/workflows/publish.yml
secrets: inherit