👷 Always run tests on push to `master` branch and when run by scheduler (#14940)

This commit is contained in:
Motov Yurii 2026-02-20 16:40:05 +01:00 committed by GitHub
parent c44158384c
commit cf058239d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ jobs:
test:
needs:
- changes
if: needs.changes.outputs.src == 'true'
if: needs.changes.outputs.src == 'true' || github.ref == 'refs/heads/master'
strategy:
matrix:
os: [ windows-latest, macos-latest ]