Skip to content

Commit 9ea0948

Browse files
committed
Fixed CI workflow.
1 parent b9a5c13 commit 9ea0948

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.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)