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:
Patrik Oldsberg
2026-02-25 23:53:00 +01:00
committed by GitHub
2 changed files with 6 additions and 3 deletions
+1
View File
@@ -6,6 +6,7 @@ on:
pull_request:
paths:
- 'microsite/**'
- '!microsite/data/**'
- 'beps/**'
permissions:
+5 -3
View File
@@ -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 }}