skip PR live build on non-plugin changes (#45891)

Co-authored-by: Ron Rennick <ronald.rennick@automattic.com>
This commit is contained in:
Ron Rennick 2024-03-26 05:35:22 -03:00 committed by GitHub
parent 142b7d69d9
commit f8f94fa13a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 1 deletions

View File

@ -1,8 +1,14 @@
name: Build Live Branch
name: Build PR Live Branch
on:
pull_request:
paths-ignore:
- '.github/**'
- 'docs/**'
- 'packages/php/**'
- 'tools/**'
- '**/changelog/**'
- '**/tests/**'
- '**/*.md'
concurrency:
# Cancel concurrent jobs on pull_request but not push, by including the run_id in the concurrency group for the latter.