We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c05cb7e commit b65214aCopy full SHA for b65214a
.github/workflows/beta-tests.yml
@@ -4,9 +4,9 @@ name: Beta tests
4
# Will only run for PRs and pushes to *-beta
5
on:
6
push:
7
- branches: ['!bump-meilisearch-v*.*.*-beta', '**-beta']
+ branches: ['**-beta', '!bump-meilisearch-v[0-9]*.[0-9]*.[0-9]*-beta']
8
pull_request:
9
10
11
jobs:
12
meilisearch-version:
0 commit comments