We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8114675 + 5806670 commit 7cedc42Copy full SHA for 7cedc42
.github/workflows/Version_Check.yml
@@ -4,12 +4,15 @@ name: Check if version.txt has been updated.
4
5
# Controls when the workflow will run
6
on:
7
- # Triggers the workflow on push or pull request events but only for the master branch
+ # 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.
8
pull_request:
9
branches: [ master ]
10
paths:
11
+ - '**'
12
+ - '!.github/**'
13
- '!mkdocs.yml'
14
- '!Documentation/**'
15
+ - '!docsoverrides/**'
16
17
# Allows you to run this workflow manually from the Actions tab
18
workflow_dispatch:
0 commit comments