We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9c72df commit 7c11b4dCopy full SHA for 7c11b4d
1 file changed
.github/workflows/build-test.yml
@@ -35,10 +35,14 @@ on:
35
- trunk
36
paths-ignore:
37
- '**.md'
38
+ - '**/*.md'
39
+ - 'CHANGELOG/**'
40
- '.*'
41
pull_request:
42
43
44
45
46
47
concurrency:
48
group: ${{ github.workflow }}-${{ github.ref == github.ref_protected && github.run_id || github.event.pull_request.number || github.ref }}
0 commit comments