From 4188a9f8f3110a122febbdb6849f9eb971edca95 Mon Sep 17 00:00:00 2001 From: Ruslan Alikhamov Date: Mon, 15 Jan 2024 01:41:55 +0400 Subject: [PATCH] allow test actions to be called --- .github/workflows/test_macOS.yml | 1 + .github/workflows/test_ubuntu.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/test_macOS.yml b/.github/workflows/test_macOS.yml index c756daf44..c86ca98cc 100644 --- a/.github/workflows/test_macOS.yml +++ b/.github/workflows/test_macOS.yml @@ -4,6 +4,7 @@ name: test macOS on: + workflow_call: push: branches: [ "master" ] pull_request: diff --git a/.github/workflows/test_ubuntu.yml b/.github/workflows/test_ubuntu.yml index 6f868c62f..edf6a5005 100644 --- a/.github/workflows/test_ubuntu.yml +++ b/.github/workflows/test_ubuntu.yml @@ -4,6 +4,7 @@ name: test ubuntu on: + workflow_call: push: branches: [ "master" ] pull_request: