Skip to content

Commit

Permalink
ci: update triggers for docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sripwoud committed Sep 25, 2024
1 parent 8c25e3e commit c912111
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
name: docs

on:
workflow_dispatch:
push:
branches:
- main
paths:
- packages/**/src/*.{ts,js}
- "**/README.md"
- .github/workflows/docs.yml
pull_request:
paths:
- packages/**/src/*.{ts,js}
- "**/README.md"
- .github/workflows/docs.yml

jobs:
gh-pages:
Expand Down

0 comments on commit c912111

Please sign in to comment.