You've already forked library-registry
mirror of
https://github.com/arduino/library-registry.git
synced 2025-07-29 14:01:15 +03:00
Merge pull request #202 from per1234/validate-registry-path-filter
Add data file to "Check Registry Data File" workflow's paths filter
This commit is contained in:
2
.github/workflows/check-registry.yml
vendored
2
.github/workflows/check-registry.yml
vendored
@ -13,6 +13,7 @@ on:
|
|||||||
- "**.go"
|
- "**.go"
|
||||||
- "**/go.mod"
|
- "**/go.mod"
|
||||||
- "**/go.sum"
|
- "**/go.sum"
|
||||||
|
- "registry.txt"
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- ".github/workflows/check-registry.ya?ml"
|
- ".github/workflows/check-registry.ya?ml"
|
||||||
@ -20,6 +21,7 @@ on:
|
|||||||
- "**.go"
|
- "**.go"
|
||||||
- "**/go.mod"
|
- "**/go.mod"
|
||||||
- "**/go.sum"
|
- "**/go.sum"
|
||||||
|
- "registry.txt"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
repository_dispatch:
|
repository_dispatch:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user