Skip to content

Merge branch 'next' of https://github.com/IntelliTect/Coalesce into next #513

Merge branch 'next' of https://github.com/IntelliTect/Coalesce into next

Merge branch 'next' of https://github.com/IntelliTect/Coalesce into next #513

Workflow file for this run

name: build-alpha
on:
push:
branches: [dev, next]
paths-ignore: ['docs/**']
pull_request:
branches: [dev, next]
paths-ignore: ['docs/**']
workflow_dispatch:
jobs:
build:
uses: ./.github/workflows/part-build.yml
secrets: inherit
with:
prereleaseSlug: ci
publish:
if: success() && github.event_name == 'push'
uses: ./.github/workflows/part-publish.yml
needs: build
secrets: inherit