Skip to content

Commit

Permalink
merge to main
Browse files Browse the repository at this point in the history
  • Loading branch information
ShilinHe committed Dec 21, 2023
1 parent 52fea18 commit a037d3d
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: [docs]
branches: [main]
path:
- 'website/*'
- '.github/workflows/deploy-website.yml'
push:
branches: [docs]
branches: [main]
path:
- 'website/*'
- '.github/workflows/deploy-website.yml'
Expand Down

0 comments on commit a037d3d

Please sign in to comment.