Skip to content

Merge pull request #251 from ctlnmhl/ui_fixes #168

Merge pull request #251 from ctlnmhl/ui_fixes

Merge pull request #251 from ctlnmhl/ui_fixes #168

Workflow file for this run

name: Main Branch Updated
on:
push:
branches: [main]
jobs:
test:
uses: ./.github/workflows/test.yaml
secrets: inherit
build:
uses: ./.github/workflows/build.yaml
secrets: inherit
deploy:
uses: ./.github/workflows/deploy.yaml
needs: [build, test]
secrets: inherit
with:
environment: demo
image_tag: ${{ needs.build.outputs.image_tag }}