Skip to content

Commit 017db18

Browse files
authored
chacha20: run CI when .github/workflows/chacha20.yml is changed (#448)
1 parent 1045d03 commit 017db18

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/chacha20.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@ name: chacha20
33
on:
44
pull_request:
55
paths:
6+
- ".github/workflows/chacha20.yml"
67
- "chacha20/**"
78
- "Cargo.*"
89
push:
910
branches: master
1011
paths:
12+
- ".github/workflows/chacha20.yml"
1113
- "chacha20/**"
1214
- "Cargo.*"
1315

0 commit comments

Comments
 (0)