Skip to content

Commit

Permalink
fix: website workflow should trigger when its yml is modified (#2102)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos authored Aug 1, 2022
1 parent 3083a42 commit 3b80b8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ on:
- main
paths:
- 'packages/website/**'
- '.github/workflows/website.yml'
- 'yarn.lock'
pull_request:
paths:
- 'packages/website/**'
- '.github/workflows/website.yml'
- 'yarn.lock'

jobs:
Expand Down

0 comments on commit 3b80b8f

Please sign in to comment.