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 5e318b4 commit 951f816Copy full SHA for 951f816
.github/workflows/validatePackageChangesOnPr.yml
@@ -3,7 +3,8 @@ on:
3
pull_request:
4
types: [opened, ready_for_review, reopened]
5
paths:
6
- - src/**
+ - 'src/**'
7
+ - '!src/**/*.md'
8
workflow_dispatch:
9
concurrency:
10
group: ${{ github.workflow }}-${{ github.ref_name }}
0 commit comments