diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 164309b..ac52486 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: Unit-Test-CI on: push: - branches: [ master, development ] + branches: [ master, staging, development ] pull_request: - branches: [ master, development ] + branches: [ master, staging, development ] jobs: build-test: