diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2428748e..d118465a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,13 +2,13 @@ name: Continous Integration on: push: - branches: [master] + branches: [master, develop] paths: - "docs/**" - "JiraPS/**" - "Tests/**" pull_request: - branches: [master] + branches: [master, develop] paths: - ".github/workflows/**" - "docs/**"