Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions .github/workflows/notify-docs.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
name: Notify Docs on Changes

on:
# Release-only: the receiver diffs previous tag..this tag, so one dispatch per
# release carries every change since the last one. Pushes to main are
# deliberately not a trigger — they produced a docs PR per merge.
release:
types: [published]
push:
branches: [main]
paths:
- "**/*.md"
- "!.github/**"

jobs:
notify:
Expand Down
Loading