Compare commits

..

2 Commits

Author SHA1 Message Date
Motov Yurii
944a501c67 Simplify condition 2026-02-19 10:12:23 +01:00
Yurii Motov
72b4eb142f Always run tests on push to master branch and when run by scheduler 2026-02-18 23:10:32 +01:00

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 ]