From: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com> Date: Fri, 20 Feb 2026 15:40:05 +0000 (+0100) Subject: 👷 Always run tests on push to `master` branch and when run by scheduler (#14940) X-Git-Tag: 0.129.1~5 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=cf058239d14f3957e69848c81bae42afe4270a30;p=thirdparty%2Ffastapi%2Ffastapi.git 👷 Always run tests on push to `master` branch and when run by scheduler (#14940) --- diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 338f6c390f..d61b4add94 100644 --- a/.github/workflows/test.yml +++ b/.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 ]