Skip to content

Commit 173e4fa

Browse files
committed
Fix CICD
1 parent cc4c002 commit 173e4fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches: [ main, develop ]
66
pull_request:
7-
branches: [ main ]
7+
branches: [ main, develop ]
88
schedule:
99
- cron: '0 0 * * 0' # Weekly run
1010

0 commit comments

Comments
 (0)