Merge pull request #4018 from thaJeztah/23.0_backport_fix_ci_events

[23.0 backport] ci: fix branch filter pattern
This commit is contained in:
Sebastiaan van Stijn 2023-02-09 20:15:59 +01:00 committed by GitHub
commit a5ee5b1dfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@ on:
push: push:
branches: branches:
- 'master' - 'master'
- '[0-9]+.[0-9]{2}' - '[0-9]+.[0-9]+'
tags: tags:
- 'v*' - 'v*'
pull_request: pull_request:

View File

@ -9,7 +9,7 @@ on:
push: push:
branches: branches:
- 'master' - 'master'
- '[0-9]+.[0-9]{2}' - '[0-9]+.[0-9]+'
tags: tags:
- 'v*' - 'v*'
pull_request: pull_request:

View File

@ -9,7 +9,7 @@ on:
push: push:
branches: branches:
- 'master' - 'master'
- '[0-9]+.[0-9]{2}' - '[0-9]+.[0-9]+'
tags: tags:
- 'v*' - 'v*'
pull_request: pull_request:

View File

@ -9,7 +9,7 @@ on:
push: push:
branches: branches:
- 'master' - 'master'
- '[0-9]+.[0-9]{2}' - '[0-9]+.[0-9]+'
tags: tags:
- 'v*' - 'v*'
pull_request: pull_request: