Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Update meeting name for gated demos #56

Update meeting name for gated demos

Update meeting name for gated demos #56

Workflow file for this run

name: Build the application
on:
push:
branches-ignore:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
with:
persist-credentials: false
- name: Install and Build 🔧
run: |
yarn
yarn build