diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ca1e473..d8f668a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,8 +5,14 @@ on: branches: [ master ] tags: - v* + paths-ignore: + - '**.md' + - 'simplex_maya_installer.py' pull_request: branches: [ master ] + paths-ignore: + - '**.md' + - 'simplex_maya_installer.py' env: BUILD_TYPE: RelWithDebInfo