Skip to content

Commit

Permalink
Run the docs updater automatically on changes to the docs, and *don't…
Browse files Browse the repository at this point in the history
…* run CI on changes to the docs
  • Loading branch information
tabatkins committed Nov 21, 2024
1 parent f43c4ca commit 5b4d176
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Build Docs
on:
push:
branches:
- main
paths:
- docs/index.bs
workflow_dispatch: {}

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches-ignore:
- "dependabot/**"
- "daily-test-sync"
paths-ignore:
- "docs/**"
pull_request:
workflow_dispatch: {}

Expand Down

0 comments on commit 5b4d176

Please sign in to comment.