diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 655cf7b22f..54d88880d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ on: push: branches: - 'master' - - '[0-9]+.[0-9]{2}' + - '[0-9]+.[0-9]+' tags: - 'v*' pull_request: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 701df02002..f3db204ba0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ on: push: branches: - 'master' - - '[0-9]+.[0-9]{2}' + - '[0-9]+.[0-9]+' tags: - 'v*' pull_request: diff --git a/.github/workflows/windows-2022.yml b/.github/workflows/windows-2022.yml index 933ce5b0c9..1bcc413570 100644 --- a/.github/workflows/windows-2022.yml +++ b/.github/workflows/windows-2022.yml @@ -9,7 +9,7 @@ on: push: branches: - 'master' - - '[0-9]+.[0-9]{2}' + - '[0-9]+.[0-9]+' pull_request: jobs: