Skip to content

Commit

Permalink
Move the deploy push branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
elhmn committed Aug 10, 2024
1 parent e3125b2 commit b1ffeed
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-meilisearch-setup-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Build meilisearch setup image
on:
push:
branches:
# should be changed to main before merge
- deploy-using-docker
- main
paths:
- tools/meilisearch-index-generator/**
- .github/workflows/build-meilisearch-setup-image.yaml
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/deploy-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Build api image
on:
push:
branches:
# should be changed to main before merge
- deploy-using-docker
- main
paths:
- api/**
- .github/workflows/deploy-api.yaml
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/deploy-frontend-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Build frontend prod image
on:
push:
branches:
# should be changed to main before merge
- deploy-using-docker
- main
paths:
- frontend/**
- .github/workflows/deploy-frontend-prod.yaml
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/deploy-frontend-stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Build frontend stage image
on:
push:
branches:
# should be changed to main before merge
- deploy-using-docker
- main
paths:
- frontend/**
- .github/workflows/deploy-frontend-stage.yaml
Expand Down

0 comments on commit b1ffeed

Please sign in to comment.