Skip to content

Commit 9eca987

Browse files
authored
CI: run workflows when .yml config files change (#832)
A few of the workflows were missing this
1 parent cb4867e commit 9eca987

4 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/balloon-hash.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: balloon-hash
33
on:
44
pull_request:
55
paths:
6+
- ".github/workflows/balloon-hash.yml"
67
- "balloon-hash/**"
78
- "Cargo.*"
89
push:

.github/workflows/bcrypt-pbkdf.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: bcrypt-pbkdf
33
on:
44
pull_request:
55
paths:
6+
- ".github/workflows/bcrypt-pbkdf.yml"
67
- "bcrypt-pbkdf/**"
78
- "Cargo.*"
89
push:
@@ -39,7 +40,7 @@ jobs:
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

.github/workflows/scrypt.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: scrypt
33
on:
44
pull_request:
55
paths:
6+
- ".github/workflows/scrypt.yml"
67
- "scrypt/**"
78
- "Cargo.*"
89
push:

.github/workflows/sha-crypt.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: sha-crypt
33
on:
44
pull_request:
55
paths:
6+
- ".github/workflows/sha-crypt.yml"
67
- "sha-crypt/**"
78
- "Cargo.*"
89
push:

0 commit comments

Comments
 (0)