Skip to content

Commit 47bdc4a

Browse files
committed
fix ci blocked by removing github action ignore **.md
1 parent 7d7f0d7 commit 47bdc4a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/test-ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
name: PHP CI with Composer
22

3-
on:
4-
push:
5-
paths-ignore:
6-
- '**.md'
3+
on: [push, pull_request]
4+
5+
concurrency: keep-only-one
76

87
jobs:
98
build:

0 commit comments

Comments
 (0)