Skip to content

Commit

Permalink
Remove path requirement for website build (#635)
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronCrawfis authored Jun 28, 2023
1 parent 16a731f commit 9e6fb7c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,11 @@ on:
branches:
- edge
- v*.*
paths:
- 'docs/**'
- '.github/workflows/website.yaml'
- '.github/scripts/**'
pull_request:
types: [opened, synchronize, reopened, closed]
branches:
- edge
- v*.*
paths:
- 'docs/**'
- '.github/workflows/website.yaml'
- '.github/scripts/**'

jobs:
build:
Expand Down

0 comments on commit 9e6fb7c

Please sign in to comment.