Skip to content

Commit f4175ee

Browse files
authored
ci: Fix update-search-index condition
1 parent da105fc commit f4175ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
concurrency:
1515
group: search-indexing
1616
cancel-in-progress: true
17-
if: (github.event_name == 'push' && github.ref_name == 'dev')
17+
if: (github.event_name == 'push' && github.ref_name == 'v1')
1818
runs-on: ubuntu-latest
1919
env:
2020
MEILISEARCH_HOST_URL: ${{ secrets.MEILISEARCH_HOST_URL }}

0 commit comments

Comments
 (0)