Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't run CI unless there are salient code changes (#434)
* Don't run CI unless there are salient code changes * Key off of file extensions, not directories * Also filter unit test builds * Make a change to a non-HPKE component * Properly quote YAML strings * Require a specific path * Touch the file again * Revert top-level filters * Revert all changes * Trigger on changes to workflows * Trigger on code changes * Reinstate filters * Try a different strategy * Trigger on workflow changes * Fix copy/paste error * Fix copy/paste error * Touch an hpke file * Revert code changes * Use the crypto matrix to guide CI jobs * Correct 'needs' * Restore accidentally deleted checkout step
- Loading branch information