Skip to content

ETU-50889: Fix publish docs job (#93) #4

ETU-50889: Fix publish docs job (#93)

ETU-50889: Fix publish docs job (#93) #4

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