File tree Expand file tree Collapse file tree 6 files changed +5
-3
lines changed
Expand file tree Collapse file tree 6 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ name: kuznyechik
33on :
44 pull_request :
55 paths :
6- - " .github/workflows/kuznyechik.yml"
76 - " .github/workflows/kuznyechik.yml"
87 - " kuznyechik/**"
98 - " Cargo.*"
Original file line number Diff line number Diff line change 11name : rc5
2+
23on :
34 pull_request :
45 paths :
Original file line number Diff line number Diff line change 11name : rc6
2+
23on :
34 pull_request :
45 paths :
6+ - " .github/workflows/rc6.yml"
57 - " rc6/**"
68 - " Cargo.*"
79 push :
Original file line number Diff line number Diff line change 11name : Security Audit
2+
23on :
34 pull_request :
45 paths :
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name: sm4
33on :
44 pull_request :
55 paths :
6+ - " .github/workflows/sm4.yml"
67 - " sm4/**"
78 - " Cargo.*"
89 push :
Original file line number Diff line number Diff line change 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
1311concurrency :
You can’t perform that action at this time.
0 commit comments