diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0bb2b50f..257ed137 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,9 +2,12 @@ name: CI on: push: - branches: [ develop ] + branches-ignore: + - 'master' pull_request: - branches: [ master, release ] + branches: + - 'develop' + - 'master' env: CARGO_TERM_COLOR: always