mirror of
https://github.com/RustCrypto/password-hashes.git
synced 2026-01-25 04:06:23 +00:00
CI: run workflows when .yml config files change (#832)
A few of the workflows were missing this
This commit is contained in:
1
.github/workflows/balloon-hash.yml
vendored
1
.github/workflows/balloon-hash.yml
vendored
@@ -3,6 +3,7 @@ name: balloon-hash
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- ".github/workflows/balloon-hash.yml"
|
||||
- "balloon-hash/**"
|
||||
- "Cargo.*"
|
||||
push:
|
||||
|
||||
3
.github/workflows/bcrypt-pbkdf.yml
vendored
3
.github/workflows/bcrypt-pbkdf.yml
vendored
@@ -3,6 +3,7 @@ name: bcrypt-pbkdf
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- ".github/workflows/bcrypt-pbkdf.yml"
|
||||
- "bcrypt-pbkdf/**"
|
||||
- "Cargo.*"
|
||||
push:
|
||||
@@ -39,7 +40,7 @@ jobs:
|
||||
minimal-versions:
|
||||
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
|
||||
with:
|
||||
working-directory: ${{ github.workflow }}
|
||||
working-directory: ${{ github.workflow }}
|
||||
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
1
.github/workflows/scrypt.yml
vendored
1
.github/workflows/scrypt.yml
vendored
@@ -3,6 +3,7 @@ name: scrypt
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- ".github/workflows/scrypt.yml"
|
||||
- "scrypt/**"
|
||||
- "Cargo.*"
|
||||
push:
|
||||
|
||||
1
.github/workflows/sha-crypt.yml
vendored
1
.github/workflows/sha-crypt.yml
vendored
@@ -3,6 +3,7 @@ name: sha-crypt
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- ".github/workflows/sha-crypt.yml"
|
||||
- "sha-crypt/**"
|
||||
- "Cargo.*"
|
||||
push:
|
||||
|
||||
Reference in New Issue
Block a user