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

updating firebase

updating firebase #76

name: Validate and publish functions
on:
push:
branches:
- main
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install dependencies
run: npm i --legacy-peer-deps --prefix Firebase/functions
# - name: Deploy
# if: ${{ github.ref == 'refs/heads/main' }}
# run: npm run deploy --prefix Firebase/functions