Skip to content

Merge pull request #6 from brickhouse-tech/feat/inheritance #16

Merge pull request #6 from brickhouse-tech/feat/inheritance

Merge pull request #6 from brickhouse-tech/feat/inheritance #16

Workflow file for this run

name: release
on:
push:
branches: ["main"]
paths-ignore:
- '.devcontainer/**'
tags-ignore: ['**']
jobs:
tests:
uses: ./.github/workflows/tests.yml
tag-release:
needs: [tests]
uses: brickhouse-tech/.github/.github/workflows/release.yml@main
secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN }}