diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c91ebc6..0937aa75 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,8 @@ name: Backend CI on: - pull_request: + push: + # pull_request: branches: - prod - develop