Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a8d8911

Browse filesBrowse files
committed
changing pr workflow
1 parent f501954 commit a8d8911
Copy full SHA for a8d8911

File tree

1 file changed

+8
-3
lines changed
Filter options

1 file changed

+8
-3
lines changed

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

Copy file name to clipboardExpand all lines: .github/workflows/firebase-hosting-pull-request.yml
+8-3Lines changed: 8 additions & 3 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.