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 }}