Skip to content

Commit 7ac8be7

Browse files
authored
Run CI on hash2curve dependents (#1297)
1 parent 275d265 commit 7ac8be7

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

.github/workflows/ed448-goldilocks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
paths:
66
- ".github/workflows/ed448-goldilocks.yml"
77
- "ed448-goldilocks/**"
8+
- "hash2curve/**"
89
- "Cargo.*"
910
push:
1011
branches: master

.github/workflows/k256.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
paths:
66
- ".github/workflows/k256.yml"
77
- "k256/**"
8+
- "hash2curve/**"
89
- "Cargo.*"
910
push:
1011
branches: master

.github/workflows/p256.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
paths:
66
- ".github/workflows/p256.yml"
77
- "p256/**"
8+
- "hash2curve/**"
89
- "Cargo.*"
910
push:
1011
branches: master

.github/workflows/p384.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
paths:
66
- ".github/workflows/p384.yml"
77
- "p384/**"
8+
- "hash2curve/**"
89
- "Cargo.*"
910
push:
1011
branches: master

.github/workflows/p521.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
paths:
66
- ".github/workflows/p521.yml"
77
- "p521/**"
8+
- "hash2curve/**"
89
- "Cargo.*"
910
push:
1011
branches: master

0 commit comments

Comments
 (0)