Separated workflows

This commit is contained in:
2024-05-30 10:11:15 +02:00
parent 8e989d9330
commit d796dbd8d1
2 changed files with 48 additions and 1 deletions

View File

@ -4,7 +4,13 @@ on:
push:
branches:
- main
paths: ["src/**", .github/**, compile.sh]
paths: [
"src/**",
.github/update_readme.py,
.github/read_metadata.py,
.github/workflows/compile.yml,
compile.sh
]
jobs:
compile: