Skip to content

Merge pull request #4 from brickhouse-tech/dependabot/npm_and_yarn/al… #18

Merge pull request #4 from brickhouse-tech/dependabot/npm_and_yarn/al…

Merge pull request #4 from brickhouse-tech/dependabot/npm_and_yarn/al… #18

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 }}