Skip to content

Commit fedee17

Browse files
authored
Merge branch 'OSSPhilippines:main' into master
2 parents ceefbf3 + d8982e6 commit fedee17

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22
# https://github.com/firebase/firebase-tools
33

44
name: Deploy to Firebase Hosting on PR
5-
'on': pull_request
5+
on:
6+
pull_request:
7+
branches:
8+
- main
9+
types:
10+
- opened
11+
- reopened
12+
- synchronize
613
jobs:
714
build_and_preview:
815
if: '${{ github.event.pull_request.head.repo.full_name == github.repository }}'

0 commit comments

Comments
 (0)