Skip to content

Commit dad510d

Browse files
authored
Add full path to Github workflows (#1293)
1 parent 5fc183c commit dad510d

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

.github/workflows/bip32.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- "bip32/**"
77
- "hkd32/**"
88
- "Cargo.*"
9+
- ".github/workflows/bip32.yml"
910
push:
1011
branches: main
1112

.github/workflows/canonical-path.yml

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

.github/workflows/hkd32.yml

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

.github/workflows/iqhttp.yml

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

.github/workflows/secrecy.yml

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

.github/workflows/signatory.yml

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

.github/workflows/subtle-encoding.yml

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

0 commit comments

Comments
 (0)