Skip to content

Commit 93b57a1

Browse files
authored
AVC-VersionFileValidator: limit to changes to *.version files
1 parent 42b3f23 commit 93b57a1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/AVC-VersionFileValidator.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@ on:
33
push:
44
branches:
55
- master
6+
paths:
7+
- '**.version'
68
pull_request:
79
types: [opened, synchronize, reopened]
10+
paths:
11+
- '**.version'
812
jobs:
913
validate_version_files:
1014
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)