diff options
Diffstat (limited to '.github/workflows/ci_cortex_m7.yml')
| -rw-r--r-- | .github/workflows/ci_cortex_m7.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/ci_cortex_m7.yml b/.github/workflows/ci_cortex_m7.yml index 7492b697..4089cefb 100644 --- a/.github/workflows/ci_cortex_m7.yml +++ b/.github/workflows/ci_cortex_m7.yml @@ -9,6 +9,11 @@ on: branches: [ master ] pull_request: branches: [ master ] + paths: + - ".github/workflows/ci_cortex_m7.yml" + - 'common/**' + - 'utility/**' + - 'ports/cortex_m7/gnu/**' # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: |
