Skip to content

feat: safeguarding #234

feat: safeguarding

feat: safeguarding #234

name: Container
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened, closed]
branches:
- main
workflow_dispatch:
jobs:
container-build:
uses: ./.github/workflows/util-build-and-deploy.yaml
with:
deploy: false
branchName: ${{ github.head_ref || github.ref_name }}
secrets: inherit