Skip to content

Commit 531286b

Browse files
Add dev preview workflow
1 parent 1d01c3b commit 531286b

1 file changed

Lines changed: 7 additions & 11 deletions

File tree

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1+
name: Deploy to Firebase Hosting on dev
2+
on:
3+
push:
4+
branches:
5+
- dev
106
jobs:
11-
build_and_preview:
12-
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
7+
build_and_deploy:
138
runs-on: ubuntu-latest
149
steps:
1510
- uses: actions/checkout@v5
@@ -26,4 +21,5 @@ jobs:
2621
with:
2722
repoToken: ${{ secrets.GITHUB_TOKEN }}
2823
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_HACKNCSU_TODAY }}
24+
channelId: dev
2925
projectId: hackncsu-today

0 commit comments

Comments
 (0)