Skip to content

Commit 80ec5fc

Browse files
committed
rename index
1 parent 69a9996 commit 80ec5fc

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/deploy_docs.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ on:
99
- 'docs/**'
1010
- 'mkdocs.yml'
1111
- '*.tf'
12-
- 'modules/**/*.tf'
12+
- 'modules/**'
1313
- 'schemas/**'
14+
- 'examples/**'
1415
- '.github/workflows/deploy_docs.yml'
1516

1617
pull_request:
@@ -19,8 +20,9 @@ on:
1920
- 'docs/**'
2021
- 'mkdocs.yml'
2122
- '*.tf'
22-
- 'modules/**/*.tf'
23+
- 'modules/**'
2324
- 'schemas/**'
25+
- 'examples/**'
2426

2527
# Allows you to run this workflow manually from the Actions tab
2628
workflow_dispatch:
File renamed without changes.

0 commit comments

Comments
 (0)