diff --git a/.github/workflows/ci-account-service.yaml b/.github/workflows/ci-account-service.yaml index d5218403..65f90e4f 100644 --- a/.github/workflows/ci-account-service.yaml +++ b/.github/workflows/ci-account-service.yaml @@ -1,15 +1,9 @@ name: CI for Account Service on: - push: - branches: - - main - - NSHM-126-CI-for-account - paths: - - services/account/** pull_request: branches: - - main + - staging paths: - services/account/** diff --git a/.github/workflows/ci-item-service.yaml b/.github/workflows/ci-item-service.yaml index 466a21ba..0cd6ad57 100644 --- a/.github/workflows/ci-item-service.yaml +++ b/.github/workflows/ci-item-service.yaml @@ -1,14 +1,9 @@ -name: CI for item service +name: CI for Item Service on: - push: - branches: - - main - paths: - - services/item/** pull_request: branches: - - main + - staging paths: - services/item/** diff --git a/.github/workflows/ci-notification-service.yaml b/.github/workflows/ci-notification-service.yaml index 7d81e393..d8819c14 100644 --- a/.github/workflows/ci-notification-service.yaml +++ b/.github/workflows/ci-notification-service.yaml @@ -1,14 +1,9 @@ -name: CI for notification service +name: CI for Notification Service on: - push: - branches: - - main - paths: - - services/notification/** pull_request: branches: - - main + - staging paths: - services/notification/** diff --git a/.github/workflows/ci-transaction-service.yaml b/.github/workflows/ci-transaction-service.yaml index 43ef6ced..272e27f2 100644 --- a/.github/workflows/ci-transaction-service.yaml +++ b/.github/workflows/ci-transaction-service.yaml @@ -1,14 +1,9 @@ -name: CI for transaction service +name: CI for Transaction Service on: - push: - branches: - - main - paths: - - services/transaction/** pull_request: branches: - - main + - staging paths: - services/transaction/** diff --git a/.github/workflows/ci-web-service.yaml b/.github/workflows/ci-web-service.yaml index 78597549..25ca359f 100644 --- a/.github/workflows/ci-web-service.yaml +++ b/.github/workflows/ci-web-service.yaml @@ -1,14 +1,9 @@ -name: CI for web service +name: CI for Web Service on: - push: - branches: - - main - paths: - - services/web/** pull_request: branches: - - main + - staging paths: - services/web/** diff --git a/.github/workflows/ci-wishlist-service.yaml b/.github/workflows/ci-wishlist-service.yaml index 3c1af024..f5449132 100644 --- a/.github/workflows/ci-wishlist-service.yaml +++ b/.github/workflows/ci-wishlist-service.yaml @@ -1,14 +1,9 @@ name: CI for Wishlist Service on: - push: - branches: - - main - paths: - - services/wishlist/** pull_request: branches: - - main + - staging paths: - services/wishlist/**