From d9b88a3b3d4c24bf984d9a12d386c08af3fea37d Mon Sep 17 00:00:00 2001 From: Johny Campos Date: Fri, 14 Jun 2024 02:49:38 -0300 Subject: [PATCH] testenovo --- .github/workflows/firebase-hosting-merge.yml | 19 ------------------- .../firebase-hosting-pull-request.yml | 2 +- 2 files changed, 1 insertion(+), 20 deletions(-) delete mode 100644 .github/workflows/firebase-hosting-merge.yml diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml deleted file mode 100644 index 7b3c0cf..0000000 --- a/.github/workflows/firebase-hosting-merge.yml +++ /dev/null @@ -1,19 +0,0 @@ -# This file was auto-generated by the Firebase CLI -# https://github.com/firebase/firebase-tools - -name: Deploy to Firebase Hosting on merge -on: - push: - branches: - - master -jobs: - build_and_deploy: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: FirebaseExtended/action-hosting-deploy@v0 - with: - repoToken: ${{ secrets.GITHUB_TOKEN }} - firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_TESTEVUE3_C7EEC }} - channelId: live - projectId: testevue3-c7eec diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index bc598b4..82dc2e7 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -2,7 +2,7 @@ name: Deploy to Firebase Hosting on Push on: push: branches: - - main + - master jobs: build_and_deploy: runs-on: ubuntu-latest