Skip to content

Commit 4648ecb

Browse files
Ignore docs and README.md in CI
1 parent 70ed055 commit 4648ecb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ on:
33
workflow_dispatch:
44
push:
55
branches: ['main']
6+
paths-ignore:
7+
- 'docs/**'
8+
- 'README.md'
69
pull_request:
710
concurrency:
811
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)