Skip to content

Commit 610710e

Browse files
authored
ci: do not run test.yml on doc changes
1 parent a116dff commit 610710e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
name: Test
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
paths-ignore:
5+
- 'doc/**'
6+
pull_request:
7+
paths-ignore:
8+
- 'doc/**'
39

410
concurrency:
511
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}

0 commit comments

Comments
 (0)