gamedig / rust-gamedig

Game Server Query Library.
https://crates.io/crates/gamedig
MIT License
38 stars 11 forks source link

[CI] Only run build checks when a rust related file has changed #102

Closed Douile closed 11 months ago

Douile commented 11 months ago

This should save us a few actions minutes with all the CI PRs lately :).

CosminPerRam commented 11 months ago

Hmm, would we need to also add Cargo.lock to these files? It's a generated file, yeah, but maybe we could touch it by accident?

Douile commented 11 months ago

Hmm, would we need to also add Cargo.lock to these files

It's in the .gitignore so shouldn't ever be added to the repo, but could add anyway.

CosminPerRam commented 11 months ago

Oh, completely forgot its in .gitignore, I guess thats fine. ... or maybe not? Anyways, out of the scope of this pr.