From 8e121963aab00c5ec08191911d1e97c971a7ff10 Mon Sep 17 00:00:00 2001 From: Evgeniy Antonyuk Date: Thu, 5 Dec 2024 16:45:56 +0300 Subject: [PATCH] Test packages with updated donet-sdk --- .github/workflows/ci-oci-install.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci-oci-install.yml b/.github/workflows/ci-oci-install.yml index 244bd68b7e2..426434b3d79 100644 --- a/.github/workflows/ci-oci-install.yml +++ b/.github/workflows/ci-oci-install.yml @@ -9,6 +9,9 @@ on: - 'install/OneClickInstall/install-RedHat/**' - 'install/OneClickInstall/install-Debian.sh' - 'install/OneClickInstall/install-RedHat.sh' + push: + branches: + - 'bugfix/dotnet-update' schedule: - cron: '00 20 * * 6' # At 23:00 on Saturday.