diff --git a/.github/workflows/run-ci.yml b/.github/workflows/run-ci.yml index 6f038335a..ee9f5447f 100644 --- a/.github/workflows/run-ci.yml +++ b/.github/workflows/run-ci.yml @@ -8,9 +8,9 @@ name: CI on: push: - branches: [ "master" ] + branches: [ "master", "feature/1.0.0" ] pull_request: - branches: [ "master" ] + branches: [ "master", "feature/1.0.0" ] jobs: