File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name: balloon-hash
33on :
44 pull_request :
55 paths :
6+ - " .github/workflows/balloon-hash.yml"
67 - " balloon-hash/**"
78 - " Cargo.*"
89 push :
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name: bcrypt-pbkdf
33on :
44 pull_request :
55 paths :
6+ - " .github/workflows/bcrypt-pbkdf.yml"
67 - " bcrypt-pbkdf/**"
78 - " Cargo.*"
89 push :
3940 minimal-versions :
4041 uses : RustCrypto/actions/.github/workflows/minimal-versions.yml@master
4142 with :
42- working-directory : ${{ github.workflow }}
43+ working-directory : ${{ github.workflow }}
4344
4445 test :
4546 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name: scrypt
33on :
44 pull_request :
55 paths :
6+ - " .github/workflows/scrypt.yml"
67 - " scrypt/**"
78 - " Cargo.*"
89 push :
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name: sha-crypt
33on :
44 pull_request :
55 paths :
6+ - " .github/workflows/sha-crypt.yml"
67 - " sha-crypt/**"
78 - " Cargo.*"
89 push :
You can’t perform that action at this time.
0 commit comments