chore(ci): run parameters_check workflow if files change

This commit is contained in:
David Testé
2025-11-20 11:14:55 +01:00
committed by David Testé
parent eb2cf19d10
commit a5c248566d

View File

@@ -7,6 +7,11 @@ env:
RUSTFLAGS: "-C target-cpu=native"
on:
pull_request:
paths:
- '.github/workflows/parameters_check.yml'
- 'ci/lattice_estimator.sage'
- 'tfhe/examples/utilities/params_to_file.rs'
push:
branches:
- "main"