Skip to content

Commit ae59d21

Browse files
committed
tweak ci
1 parent d136a21 commit ae59d21

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
name: CI
22
on:
33
push:
4-
paths-ignore:
5-
- '**.md'
4+
branches:
5+
- '**'
66
tags-ignore:
77
- 'v*'
8+
pull_request:
89

910
concurrency:
1011
group: ${{ github.ref }}

0 commit comments

Comments
 (0)