We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d01c3b commit 531286bCopy full SHA for 531286b
1 file changed
…kflows/firebase-hosting-pull-request.yml …ithub/workflows/firebase-hosting-dev.yml.github/workflows/firebase-hosting-pull-request.yml renamed to .github/workflows/firebase-hosting-dev.yml
@@ -1,15 +1,10 @@
1
-# This file was auto-generated by the Firebase CLI
2
-# https://github.com/firebase/firebase-tools
3
-
4
-name: Deploy to Firebase Hosting on PR
5
-on: pull_request
6
-permissions:
7
- checks: write
8
- contents: read
9
- pull-requests: write
+name: Deploy to Firebase Hosting on dev
+on:
+ push:
+ branches:
+ - dev
10
jobs:
11
- build_and_preview:
12
- if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
+ build_and_deploy:
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v5
@@ -26,4 +21,5 @@ jobs:
26
21
with:
27
22
repoToken: ${{ secrets.GITHUB_TOKEN }}
28
23
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_HACKNCSU_TODAY }}
24
+ channelId: dev
29
25
projectId: hackncsu-today
0 commit comments