Run verify-kinds only on CUE updates (#70162)

* Run verify-kinds only on CUE updates

* Update verify-kinds.yml

* remove test
This commit is contained in:
Agnès Toulet 2023-06-15 17:03:45 +02:00 committed by GitHub
parent 44c87c5b32
commit 17126d963b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,8 @@ name: "verify-kinds"
on: on:
pull_request: pull_request:
branches: [ main ] branches: [ main ]
paths:
- '**/*.cue'
jobs: jobs:
main: main: