Skip to content

Commit

Permalink
ci(website): only run when manually invoked
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoudham committed Oct 7, 2023
1 parent 9f7e553 commit 90bea6e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@ name: website

on:
workflow_dispatch:
push:
paths:
- "example/**"
pull_request:
paths:
- "example/**"

jobs:
build-website:
Expand Down

0 comments on commit 90bea6e

Please sign in to comment.