We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f501954 commit a8d8911Copy full SHA for a8d8911
.github/workflows/firebase-hosting-pull-request.yml
@@ -1,11 +1,16 @@
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
+name: Deploy to Preview Channel
+
6
+on:
7
+ pull_request:
8
+ # Optionally configure to run only for specific files. For example:
9
+ # paths:
10
+ # - "website/**"
11
jobs:
12
build_and_preview:
- if: '${{ github.event.pull_request.head.repo.full_name == github.repository }}'
13
+ # if: '${{ github.event.pull_request.head.repo.full_name == github.repository }}'
14
runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@v2
0 commit comments