diff --git a/.github/workflows/pr-build-live-branch.yml b/.github/workflows/pr-build-live-branch.yml index bd8c955f..2123a417 100644 --- a/.github/workflows/pr-build-live-branch.yml +++ b/.github/workflows/pr-build-live-branch.yml @@ -1,11 +1,8 @@ name: Build Live Branch on: pull_request: - types: - - opened - - reopened - - synchronize - - ready_for_review + branches: + - trunk paths-ignore: - 'docs/**' - 'examples/**'