chore: Improve paths for Microsite actions

Signed-off-by: Adam Harvey <adaharve@cisco.com>
This commit is contained in:
Adam Harvey
2023-05-16 15:28:49 -04:00
parent 9c8d98b2cf
commit 8983bd53a6
2 changed files with 4 additions and 0 deletions
@@ -6,7 +6,9 @@ on:
pull_request:
paths-ignore:
- '.github/workflows/verify_microsite-next.yml'
- '.github/workflows/verify_microsite.yml'
- 'microsite/**'
- 'mkdocs.yml'
- 'docs/**'
jobs:
+2
View File
@@ -4,7 +4,9 @@ on:
pull_request:
paths:
- '.github/workflows/verify_microsite-next.yml'
- '.github/workflows/verify_microsite.yml'
- 'microsite/**'
- 'mkdocs.yml'
- 'docs/**'
jobs: