Skip to content

Commit 963bb0b

Browse files
committed
chore(ci): ignore CHANGELOG.md in CI workflows to skip release-please PRs
1 parent 65db1a3 commit 963bb0b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/auto-format.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Auto Format
33
on:
44
push:
55
pull_request:
6+
paths-ignore:
7+
- CHANGELOG.md
68

79
jobs:
810
format:

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches: [ main ]
66
pull_request:
7+
paths-ignore:
8+
- CHANGELOG.md
79

810
env:
911
REGISTRY: ghcr.io

0 commit comments

Comments
 (0)