diff --git a/.github/workflows/push-image-backend.yml b/.github/workflows/push-image-backend.yml index 5da13bd33..abb833922 100644 --- a/.github/workflows/push-image-backend.yml +++ b/.github/workflows/push-image-backend.yml @@ -3,9 +3,8 @@ name: Build Api Server Docker Image on: push: branches: - - 'main' - 'develop' - - 'feature/**' + - 'master' tags: - '*'