diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47ae6251..c8e1ea8e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: Continuous Integration on: push: branches: - - master + - develop pull_request: - branches: [master] + branches: [develop] workflow_dispatch: jobs: build: