Skip to content

Commit

Permalink
AVC-VersionFileValidator: limit to changes to *.version files
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyOThan authored Oct 24, 2024
1 parent 42b3f23 commit 93b57a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/AVC-VersionFileValidator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ on:
push:
branches:
- master
paths:
- '**.version'
pull_request:
types: [opened, synchronize, reopened]
paths:
- '**.version'
jobs:
validate_version_files:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 93b57a1

Please sign in to comment.