Skip to content

feat: edits to events #319

feat: edits to events

feat: edits to events #319

Workflow file for this run

name: Deploy
on:
# Trigger the workflow on push to the main branch
push:
branches:
- main
# Publish semver tags as releases.
tags: ["v*.*.*"]
workflow_dispatch:
jobs:
build-and-deploy:
uses: ./.github/workflows/util-build-and-deploy.yaml
with:
deploy: true
branchName: ${{ github.head_ref || github.ref_name }}
secrets: inherit
# get-container-app-url:
# runs-on: ubuntu-latest
# needs: build-and-deploy
# steps:
# - run: echo "container-app-url=${{ needs.build-and-deploy.outputs.containerAppUrl }}"