diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 03097c8..5a7b3bc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,6 +7,13 @@ on: # Triggers the workflow on push or pull request events but only for the main branch push: branches: [ main ] + paths-ignore: + - 'README.md' + - 'TODO.md' + - 'CHANGELOG.md' + - 'Docs/**' + - 'Reference/**' + - 'build_scripts/**' # Allows you to run this workflow manually from the Actions tab workflow_dispatch: