Skip to content

Commit 83acb6c

Browse files
authored
Fix CI run (#25)
1 parent 89820fa commit 83acb6c

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
name: Testing
22
on:
3-
pull_request: ~
3+
pull_request:
44
push:
5-
branches:
6-
- main
7-
schedule:
8-
- cron: "30 6 * * 1"
5+
96
jobs:
107
build:
118
runs-on: ubuntu-latest
@@ -17,6 +14,7 @@ jobs:
1714
- 8.2
1815
- 8.3
1916
- 8.4
17+
- 8.5
2018
dependency-levels:
2119
- 'highest'
2220
experimental:

0 commit comments

Comments
 (0)