Skip to content

Commit da479d8

Browse files
committed
Merge tag 'v2.4.2' into develop
Fix the CI workflow
2 parents 6ebad75 + c0e7521 commit da479d8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: 'Continuous Integration'
22
on:
33
push:
4+
branches:
5+
- '*'
46
tags-ignore:
57
- '*'
68
paths-ignore:
@@ -13,7 +15,7 @@ on:
1315
- 'LICENSE'
1416
pull_request:
1517
paths:
16-
- "**"
18+
- '**'
1719

1820
jobs:
1921
ci:

0 commit comments

Comments
 (0)