Skip to content

Commit 9ad4290

Browse files
authored
ignore paths on ci (#737)
1 parent 16b0fb8 commit 9ad4290

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ on:
55
branches:
66
- main
77
pull_request:
8+
paths-ignore:
9+
- '.github/**'
10+
- '.devcontainer/**'
11+
- 'CHANGELOG.md'
12+
- 'MAINTAINERS.md'
813
workflow_dispatch:
914

1015
jobs:

0 commit comments

Comments
 (0)