Skip to content

Commit

Permalink
deploy function on each push
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-sidhdhi-p committed Sep 30, 2024
1 parent cbcfd64 commit 5baee4c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/function_deploy.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Deploy Firebase Function

on:
push:
branches:
- main
workflow_dispatch:
on: push
# push:
# branches:
# - main
# workflow_dispatch:

jobs:
deploy:
Expand Down

0 comments on commit 5baee4c

Please sign in to comment.