mirror of
https://github.com/NotXia/unibo-ai-notes.git
synced 2025-12-16 11:31:49 +01:00
Separated workflows
This commit is contained in:
8
.github/workflows/compile.yml
vendored
8
.github/workflows/compile.yml
vendored
@ -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