From cfca222d336d7e28726d1ae8a70acbc4d1f60169 Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 24 Apr 2025 14:18:17 +0000 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20.gitea/workflows/test=5Fbranches.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/test_branches.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitea/workflows/test_branches.yml diff --git a/.gitea/workflows/test_branches.yml b/.gitea/workflows/test_branches.yml new file mode 100644 index 0000000..53147b2 --- /dev/null +++ b/.gitea/workflows/test_branches.yml @@ -0,0 +1,9 @@ +on: + workflow_dispatch: + + +jobs: + test: + runs-on: ubuntu-latest + steps: + - run: echo "Раннер работает На другой ветке!" \ No newline at end of file