diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7a155e0..64904fb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,9 +1,9 @@ name: CI on: push: - branches: [ master, develop, release/* ] + branches: [ master, production, develop, release/* ] pull_request: - branches: [ master, release/* ] + branches: [ master, production, release/* ] defaults: run: shell: bash