Update alpha workflow to trigger on src directory changes

This commit is contained in:
Tunglies
2025-03-29 12:35:49 +08:00
parent a9cccc7b97
commit 9ebde802d4
5 changed files with 32 additions and 21 deletions

View File

@@ -154,6 +154,8 @@ impl Config {
chain_logs: logs,
};
println!("generate runtime draft");
Ok(())
}
}