From 5e50d002f180e5c01828d1e08deed16fc5c8bfcb Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Tue, 20 Sep 2022 21:16:13 +0200 Subject: [PATCH] ci: fix branch filter pattern Signed-off-by: CrazyMax --- .github/workflows/ci.yml | 2 +- .github/workflows/test.yml | 2 +- .github/workflows/windows-2022.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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: