ci(docs): add workflow file to path filter and remove version list (#9999)

This commit is contained in:
André Costa
2026-04-23 08:22:04 +02:00
committed by GitHub
parent 46e6f20a5f
commit 75ae154f1c
2 changed files with 1 additions and 16 deletions
+1
View File
@@ -15,6 +15,7 @@ on:
- 'lv_conf_template.h'
- 'lv_version.h'
- 'lvgl.h'
- '.github/workflows/compile_docs.yml'
# https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurrency
# Ensure that only one commit will be running tests at a time on each PR
-16
View File
@@ -1,16 +0,0 @@
{
"latest": "local",
"9.5": "remote",
"9.4": "remote",
"9.3": "remote",
"9.2": "remote",
"9.1": "remote",
"9.0": "remote",
"8.4": "remote",
"8.3": "remote",
"8.2": "remote",
"8.1": "remote",
"8.0": "remote",
"7.11": "remote",
"6.1": "remote"
}