Skip to content

Commit

Permalink
add github action
Browse files Browse the repository at this point in the history
  • Loading branch information
ShilinHe committed Dec 20, 2023
1 parent ea4884d commit f548f64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: docs

on:
pull_request:
branches: [main]
branches: [docs]
path:
- 'website/*'
- '.github/workflows/deploy-website.yml'
push:
branches: [main]
branches: [docs]
path:
- 'website/*'
- '.github/workflows/deploy-website.yml'
Expand Down

0 comments on commit f548f64

Please sign in to comment.