diff --git a/.github/workflows/testing-build.yml b/.github/workflows/testing-build.yml index cbb8edaf..8d16e08f 100644 --- a/.github/workflows/testing-build.yml +++ b/.github/workflows/testing-build.yml @@ -4,6 +4,13 @@ on: pull_request: branches: [main] types: [labeled, opened, synchronize, reopened] + paths-ignore: + - ".github/**" + - "CHANGELOG.md" + - "docs/**" + - "fastlane/**" + - "LICENSE" + - "README.md" jobs: call-testing-build-workflow: