Skip to content

Commit 1b85885

Browse files
committed
fix CI
1 parent 077e579 commit 1b85885

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: "Continuous Integration"
22

33
on:
4-
workflow_dispatch: true
4+
workflow_dispatch:
55
pull_request:
6-
push:
7-
branches:
8-
- '[0-9]+.[0-9]+.x'
9-
- 'master'
6+
push:
7+
branches:
8+
- '[0-9]+.[0-9]+.x'
9+
- 'master'
1010
schedule:
1111
- cron: "42 9 * * 1"
1212

0 commit comments

Comments
 (0)