Skip to content

Add changelog category and news blurb #87

Add changelog category and news blurb

Add changelog category and news blurb #87

Workflow file for this run

name: merge CI
on:
push:
branches:
- main
jobs:
test:
uses: ./.github/workflows/test.yaml
secrets: inherit
build:
uses: ./.github/workflows/build.yaml
with:
push-docker: true
secrets:
docker-username: ${{ secrets.DOCKER_USERNAME }}
docker-access-key: ${{ secrets.DOCKER_ACCESS_KEY }}