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 93d8e6f commit c15c45cCopy full SHA for c15c45c
.github/workflows/beta-tests.yml
@@ -4,9 +4,9 @@ name: Beta tests
4
# Will only run for PRs and pushes to *-beta and not the bump betas
5
on:
6
push:
7
- branches: ['!bump-meilisearch-v[0-9]*.[0-9]*.[0-9]*-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