mirror of
https://github.com/material-components/material-web.git
synced 2026-01-09 07:21:09 +08:00
Merge f680a3a178085a03476ca29eb0e831b424facd74 into 555b0add40685ad2d799e4bccfc4c69812abe207
This commit is contained in:
commit
722f6ef5b6
@ -3,6 +3,7 @@
|
||||
|
||||
name: Deploy to Firebase Hosting on PR
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
types: [ labeled ]
|
||||
|
||||
@ -12,7 +13,7 @@ permissions:
|
||||
|
||||
jobs:
|
||||
build_and_preview:
|
||||
if: github.event.label.name == 'preview-catalog' && github.event.pull_request.head.repo.full_name == github.repository
|
||||
if: contains(github.event.pull_request.labels.*.name, 'preview-catalog') && github.event.pull_request.head.repo.full_name == github.repository
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user