Skip to content

ci: rename workflow tests->ci + gate job ->gate for explicit 'ci / ga… #45

ci: rename workflow tests->ci + gate job ->gate for explicit 'ci / ga…

ci: rename workflow tests->ci + gate job ->gate for explicit 'ci / ga… #45

Workflow file for this run

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