Skip to content

Commit

Permalink
Made on PR for now
Browse files Browse the repository at this point in the history
  • Loading branch information
shahanneda committed Aug 26, 2024
1 parent e2dc995 commit 097163c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/prod-firebase-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@ name: "Prod: Deploy frontend"

on:
workflow_dispatch:
push:
branches:
- main
# push:
# branches:
# - main
# paths:
# - "frontend/**"
pull_request:
paths:
- "frontend/**"

Expand Down

0 comments on commit 097163c

Please sign in to comment.