Skip to content

Commit 6a46a52

Browse files
committed
Fix name in pre release workflow
1 parent 01c40c5 commit 6a46a52

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/pre-release-test.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ name: Pre-Release Tests
44
# Will only run for PRs and pushes to bump-meilisearch-v*
55
on:
66
push:
7-
branches: bump-meilisearch-v*
7+
branches:
8+
- bump-meilisearch-v*
89
pull_request:
9-
branches: bump-meilisearch-v*
10+
branches:
11+
- bump-meilisearch-v*
1012

1113
jobs:
1214
integration-tests:
13-
name: integration-tests-against-rc
1415
runs-on: ubuntu-latest
1516
strategy:
1617
matrix:

0 commit comments

Comments
 (0)