Skip to content

Commit 7c11b4d

Browse files
authored
[ci] Ignore CI trigger in changelog
[skip ci]
1 parent f9c72df commit 7c11b4d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-test.yml

+4
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,14 @@ on:
3535
- trunk
3636
paths-ignore:
3737
- '**.md'
38+
- '**/*.md'
39+
- 'CHANGELOG/**'
3840
- '.*'
3941
pull_request:
4042
paths-ignore:
4143
- '**.md'
44+
- '**/*.md'
45+
- 'CHANGELOG/**'
4246

4347
concurrency:
4448
group: ${{ github.workflow }}-${{ github.ref == github.ref_protected && github.run_id || github.event.pull_request.number || github.ref }}

0 commit comments

Comments
 (0)