Skip to content

Commit 93a63a9

Browse files
committed
update mend workflow, exclude commits to docs
Signed-off-by: Jakub Jarosz <j.jarosz@f5.com>
1 parent d1d4e36 commit 93a63a9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/mend.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,16 @@ on:
55
branches:
66
- main
77
- release-*
8-
- v3
98
tags:
109
- "v[0-9]+.[0-9]+.[0-9]+*"
1110
paths-ignore:
12-
- examples/**
11+
- docs/**
1312
pull_request:
1413
branches:
1514
- main
1615
- release-*
17-
- v3
1816
paths-ignore:
19-
- examples/**
17+
- docs/**
2018

2119
concurrency:
2220
group: ${{ github.ref_name }}-mend

0 commit comments

Comments
 (0)