Skip to content

Commit

Permalink
ci(docs): fix workflow path
Browse files Browse the repository at this point in the history
  • Loading branch information
vedantmgoyal9 authored Feb 14, 2025
1 parent dfe09d6 commit 8457d16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ on:
branches: [main]
paths:
- "docs/**"
- ".github/workflows/release-docs.yml"
- ".github/workflows/docs.yml"
pull_request:
branches: [main]
types: [closed]
paths:
- "docs/**"
- ".github/workflows/release-docs.yml"
- ".github/workflows/docs.yml"

permissions:
contents: write
Expand Down

0 comments on commit 8457d16

Please sign in to comment.