diff --git a/.github/workflows/firebase-production-deployment.yaml b/.github/workflows/firebase-production-deployment.yaml index 67fb1ee..15b14ff 100644 --- a/.github/workflows/firebase-production-deployment.yaml +++ b/.github/workflows/firebase-production-deployment.yaml @@ -4,9 +4,8 @@ name: Firebase Hosting production deployment on: - push: - branches: - - main + release: + types: [released] jobs: build_and_deploy: runs-on: ubuntu-latest