Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit b9d5498

Browse files
committed
Changes to workflows
1 parent 3aba71f commit b9d5498

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
release:
88
types:
99
- created
10+
create:
11+
tags:
12+
- v*
1013

1114
jobs:
1215
build:

.github/workflows/firebase-hosting-merge.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
push:
88
paths:
99
- "website/**"
10+
- "website/**"
1011
branches:
1112
- "main"
1213

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
pull_request:
88
paths:
99
- "website/**"
10+
- "docs/**"
1011
branch:
1112
- main
1213

0 commit comments

Comments
 (0)