From f50f082cb591c02c33b9653de6cd06bfa945590b Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 2 Jul 2024 22:30:51 +0300 Subject: [PATCH] update tests.yml --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 94c3c25..e36f25f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -3,7 +3,7 @@ name: tests on: pull_request: ~ push: - branches: ['*.*.x'] + branches: ['*.*.*'] env: BRANCH: ${{ github.head_ref || github.ref_name }}