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 c15c45c commit aa7d75fCopy full SHA for aa7d75f
.github/workflows/beta-tests.yml
@@ -1,12 +1,12 @@
1
# Testing the code base against a specific Meilisearch feature
2
name: Beta tests
3
4
-# Will only run for PRs and pushes to *-beta and not the bump betas
+# Will only run for PRs and pushes to *-beta
5
on:
6
push:
7
- branches: ['**-beta', '!bump-meilisearch-v[0-9]*.[0-9]*.[0-9]*-beta']
+ branches: ['!bump-meilisearch-v*.*.*-beta', '**-beta']
8
pull_request:
9
10
11
jobs:
12
meilisearch-version:
0 commit comments