Skip to content

Commit a8d8911

Browse files
committed
changing pr workflow
1 parent f501954 commit a8d8911

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/firebase-hosting-pull-request.yml

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
# This file was auto-generated by the Firebase CLI
22
# https://github.com/firebase/firebase-tools
33

4-
name: Deploy to Firebase Hosting on PR
5-
'on': pull_request
4+
name: Deploy to Preview Channel
5+
6+
on:
7+
pull_request:
8+
# Optionally configure to run only for specific files. For example:
9+
# paths:
10+
# - "website/**"
611
jobs:
712
build_and_preview:
8-
if: '${{ github.event.pull_request.head.repo.full_name == github.repository }}'
13+
# if: '${{ github.event.pull_request.head.repo.full_name == github.repository }}'
914
runs-on: ubuntu-latest
1015
steps:
1116
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)