From da16df9255191f7af59ded030e84505966c30ad6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Go=CC=81mez=20Bachiller?= Date: Sun, 24 Mar 2024 17:14:18 +0100 Subject: [PATCH] ci: test ci --- .github/workflows/test-ci-cd.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/test-ci-cd.yaml diff --git a/.github/workflows/test-ci-cd.yaml b/.github/workflows/test-ci-cd.yaml new file mode 100644 index 0000000..fa860c3 --- /dev/null +++ b/.github/workflows/test-ci-cd.yaml @@ -0,0 +1,11 @@ +name: CI-CD + +on: + push: + branches: + - "test-ci" + pull_request: ~ + +jobs: + call-tests: + uses: ./.github/workflows/tests.yaml