mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Build/Test Tools: Run code coverage workflow when the file is updated.
When the workflow file is updated, it should always be run to verify changes. Follow up to [50592]. See #52786. git-svn-id: https://develop.svn.wordpress.org/trunk@50595 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
0f636b823b
commit
5e85c8fb69
1
.github/workflows/test-coverage.yml
vendored
1
.github/workflows/test-coverage.yml
vendored
@ -7,6 +7,7 @@ on:
|
||||
- master
|
||||
- trunk
|
||||
paths:
|
||||
- '.github/workflows/test-coverage.yml'
|
||||
- 'phpunit.xml.dist'
|
||||
- 'tests/phpunit/multisite.xml'
|
||||
# Once daily at 00:00 UTC.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user