We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ce074a commit f15d320Copy full SHA for f15d320
1 file changed
.github/workflows/check-packages.yml
@@ -3,9 +3,6 @@ name: Package Code Quality
3
on:
4
pull_request:
5
branches: [canary]
6
- paths-ignore:
7
- - '**/*.md'
8
- - '**/*.php'
9
10
concurrency:
11
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
0 commit comments