Skip to content

Commit 39b02d3

Browse files
committed
fix: automated tests
1 parent e1f082d commit 39b02d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/hashing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: Hashing Algorithms CI
22

33
on:
44
push:
5-
branches: [2024-sem2]
5+
branches: [2024_sem2]
66
paths-ignore:
77
- 'doc/**' # Ignore all files and subdirectories under "doc/"
88
- 'docs/**' # Ignore all files and subdirectories under "docs/"
99
pull_request:
10-
branches: [2024-sem2]
10+
branches: [2024_sem2]
1111

1212
jobs:
1313
test:

0 commit comments

Comments
 (0)