Skip to content

Commit aa7d75f

Browse files
committed
Rollback CI changes
1 parent c15c45c commit aa7d75f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/beta-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Testing the code base against a specific Meilisearch feature
22
name: Beta tests
33

4-
# Will only run for PRs and pushes to *-beta and not the bump betas
4+
# Will only run for PRs and pushes to *-beta
55
on:
66
push:
7-
branches: ['**-beta', '!bump-meilisearch-v[0-9]*.[0-9]*.[0-9]*-beta']
7+
branches: ['!bump-meilisearch-v*.*.*-beta', '**-beta']
88
pull_request:
9-
branches: ['**-beta', '!bump-meilisearch-v[0-9]*.[0-9]*.[0-9]*-beta']
9+
branches: ['!bump-meilisearch-v*.*.*-beta', '**-beta']
1010

1111
jobs:
1212
meilisearch-version:

0 commit comments

Comments
 (0)