MPI-197 Restructure codebase and apply AI-driven audit improvements (… #40
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Deploy to Firebase DEV | |
| on: | |
| push: | |
| branches: | |
| - main | |
| workflow_dispatch: | |
| jobs: | |
| deploy: | |
| name: Deploy to Firebase DEV | |
| uses: ./.github/workflows/firebase-deployment.yml | |
| with: | |
| environment: dev | |
| secrets: inherit |