Bugfix: Make sure amount displayed on campaign page is dynamically ca… #560
This file contains 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: Rules (firestore & storage) | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
deploy: | |
name: Deploy admin on Firebase (social-income-staging) | |
uses: ./.github/workflows/deployment.yml | |
secrets: inherit | |
with: | |
component: rules | |
project: social-income-staging |