Browse Source

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

pull/14949/head
Motov Yurii 3 months ago
committed by GitHub
parent
commit
cf058239d1
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/test.yml

2
.github/workflows/test.yml

@ -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 ]

Loading…
Cancel
Save