Skip to content

Commit 183a292

Browse files
committed
fix CI action
1 parent d8bb988 commit 183a292

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: CI
66
on:
77
push:
88
branches:
9-
- main
9+
- master
1010
paths:
1111
- ".github/workflows/CI.yml"
1212
- "**.zig"
@@ -16,9 +16,6 @@ on:
1616
- ".github/workflows/CI.yml"
1717
- "**.zig"
1818
- "**.zig.zon"
19-
schedule:
20-
- cron: "0 0 * * *"
21-
workflow_dispatch:
2219

2320
jobs:
2421
CI:

0 commit comments

Comments
 (0)