Skip to content

Commit db9e500

Browse files
Doc workflow ignore
1 parent c304357 commit db9e500

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/doc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,16 @@ on:
55
branches:
66
- master
77
paths-ignore:
8+
- '.devcontainer/**'
89
- '.vscode/**'
910
- 'LICENSE'
11+
- 'Makefile'
1012
pull_request:
1113
paths-ignore:
14+
- '.devcontainer/**'
1215
- '.vscode/**'
1316
- 'LICENSE'
17+
- 'Makefile'
1418
workflow_dispatch:
1519

1620
concurrency:

0 commit comments

Comments
 (0)