👷 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
+1 -1
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 ]