mirror of
https://github.com/NotXia/unibo-ai-notes.git
synced 2026-06-21 23:42:24 +00:00
Separated workflows
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user