Skip to content

Commit 7cedc42

Browse files
Merge pull request #256 from homotechsual/patch-8
Update Version_Check.yml
2 parents 8114675 + 5806670 commit 7cedc42

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/Version_Check.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,15 @@ name: Check if version.txt has been updated.
44

55
# Controls when the workflow will run
66
on:
7-
# Triggers the workflow on push or pull request events but only for the master branch
7+
# Triggers the workflow on push or pull request events but only for the master branch. Exclude when changes are to documentation or CI files only.
88
pull_request:
99
branches: [ master ]
1010
paths:
11+
- '**'
12+
- '!.github/**'
1113
- '!mkdocs.yml'
1214
- '!Documentation/**'
15+
- '!docsoverrides/**'
1316

1417
# Allows you to run this workflow manually from the Actions tab
1518
workflow_dispatch:

0 commit comments

Comments
 (0)