Skip to content

Commit

Permalink
Do not run pull request workflows for doc-only changes
Browse files Browse the repository at this point in the history
Signed-off-by: Emanuele Giaquinta <[email protected]>
  • Loading branch information
exg committed Nov 23, 2024
1 parent 70fcc3a commit 2d55c1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Lint
on:
pull_request:
branches: [ master ]
paths-ignore:
- '**.md'
push:
branches: [ master ]
# Cancel previous runs on the same PR.
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Release
on:
pull_request:
branches: [ master ]
paths-ignore:
- '**.md'
workflow_dispatch:
push:
branches: [ master ]
Expand Down

0 comments on commit 2d55c1e

Please sign in to comment.