Skip to content

Commit b9f7695

Browse files
committed
minor tweaks
1 parent 379d5ec commit b9f7695

File tree

6 files changed

+5
-3
lines changed

6 files changed

+5
-3
lines changed

.github/workflows/kuznyechik.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: kuznyechik
33
on:
44
pull_request:
55
paths:
6-
- ".github/workflows/kuznyechik.yml"
76
- ".github/workflows/kuznyechik.yml"
87
- "kuznyechik/**"
98
- "Cargo.*"

.github/workflows/rc5.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: rc5
2+
23
on:
34
pull_request:
45
paths:

.github/workflows/rc6.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: rc6
2+
23
on:
34
pull_request:
45
paths:
6+
- ".github/workflows/rc6.yml"
57
- "rc6/**"
68
- "Cargo.*"
79
push:

.github/workflows/security-audit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Security Audit
2+
23
on:
34
pull_request:
45
paths:

.github/workflows/sm4.yml

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

.github/workflows/workspace.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ on:
66
- README.md
77
push:
88
branches: master
9-
paths-ignore:
10-
- README.md
119

1210
# Cancels CI jobs when new commits are pushed to a PR branch
1311
concurrency:

0 commit comments

Comments
 (0)