Skip to content

Commit c0e7521

Browse files
committed
Merge branch 'hotfix/2.4.2'
2 parents b9a5c13 + 9ea0948 commit c0e7521

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

+3-1
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)