Skip to content

Commit 9852bd8

Browse files
authored
Fix CI run
1 parent 89820fa commit 9852bd8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
name: Testing
22
on:
3-
pull_request: ~
3+
pull_request:
44
push:
5-
branches:
6-
- main
75
schedule:
8-
- cron: "30 6 * * 1"
6+
- cron: "30 6 1 * *"
7+
98
jobs:
109
build:
1110
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)