Merge pull request #33015 from backstage/rugvip/fix-ci-plugin-directory-paths
ci: run CI for changes to microsite/data/
This commit is contained in:
@@ -6,6 +6,7 @@ on:
|
||||
pull_request:
|
||||
paths:
|
||||
- 'microsite/**'
|
||||
- '!microsite/data/**'
|
||||
- 'beps/**'
|
||||
|
||||
permissions:
|
||||
|
||||
@@ -2,9 +2,11 @@ name: CI
|
||||
on:
|
||||
# NOTE: If you change these you must update ci-noop.yml as well
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'microsite/**'
|
||||
- 'beps/**'
|
||||
paths:
|
||||
- '**'
|
||||
- '!microsite/**'
|
||||
- 'microsite/data/**'
|
||||
- '!beps/**'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
||||
Reference in New Issue
Block a user