Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commita8d8911

Browse files
committed
changing pr workflow
1 parentf501954 commita8d8911

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

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

Lines 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)

[8]ページ先頭

©2009-2025 Movatter.jp