Skip to content

Commit

Permalink
Update build-website.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
moyeah authored Oct 2, 2023
1 parent 72ee2f3 commit f67d194
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-website.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Build website
on:
pull_request:
branches: [prepare-for-docusaurus-v3]
branches: [master]
paths:
- "website/**"
- "firebase.json"
- ".github/workflows/*-website.yml"
push:
branches: [prepare-for-docusaurus-v3]
branches: [master]
paths:
- "website/**"
- "firebase.json"
Expand Down

0 comments on commit f67d194

Please sign in to comment.