Skip to content

fix: Specify blocks_creations in branch protection #67

fix: Specify blocks_creations in branch protection

fix: Specify blocks_creations in branch protection #67

Workflow file for this run

name: CI and releases
on:
pull_request:
push:
branches: [main]
jobs:
ci-module:
uses: relaycorp/shared-workflows/.github/workflows/tfmodule-ci.yml@main
ci-android-app:
uses: relaycorp/shared-workflows/.github/workflows/tfmodule-ci.yml@main
with:
path: modules/android-app-ci
ci-example:
uses: relaycorp/shared-workflows/.github/workflows/tfmodule-ci.yml@main
with:
path: examples/self
release:
needs:
- ci-module
- ci-android-app
- ci-example
uses: relaycorp/shared-workflows/.github/workflows/tfmodule-release.yml@main