Skip to content

Commit 9d5b5c7

Browse files
authored
ci: ignore func tests for some target modifications
1 parent ffaa475 commit 9d5b5c7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/functional-test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,16 @@ on:
55
workflow_dispatch:
66
push:
77
branches: [ master ]
8+
paths-ignore:
9+
- '.github/**'
10+
- 'docs/**'
11+
- '*.md'
812
pull_request:
913
branches: [ master ]
14+
paths-ignore:
15+
- '.github/**'
16+
- 'docs/**'
17+
- '*.md'
1018

1119
concurrency:
1220
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

0 commit comments

Comments
 (0)