Skip to content

Commit

Permalink
Update Version_Check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinTegelaar authored Dec 3, 2021
1 parent 67bf94d commit 8c502f9
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/Version_Check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,7 @@ on:
# 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.
pull_request:
branches: [ master ]
paths:
- '**'
paths-ignore:
- '.github/**'
- 'mkdocs.yml'
- 'Documentation/**'
- 'docsoverrides/**'


# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit 8c502f9

Please sign in to comment.