Skip to content

Commit 5d1f57f

Browse files
committed
Fix native ci to not be triggered in PR
1 parent 6713b44 commit 5d1f57f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/native.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ on:
99
- '*.md'
1010
- '*.txt'
1111
pull_request:
12+
paths-ignore:
13+
- 'img/**'
14+
- 'doc/**'
15+
- 'src/**'
16+
- '*.md'
17+
- '*.txt'
1218

1319
defaults:
1420
run:

0 commit comments

Comments
 (0)