diff --git a/.github/workflows/build-and-push-images.yaml b/.github/workflows/build-and-push-images.yaml index 52c82d40..5f786d52 100644 --- a/.github/workflows/build-and-push-images.yaml +++ b/.github/workflows/build-and-push-images.yaml @@ -3,7 +3,7 @@ on: # Triggers the workflow on push or pull request events but only for the main branch push: branches: - - develop + - main # Allows you to run this workflow manually from the Actions tab workflow_dispatch: