diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c40e401..2e73c18 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,9 +2,12 @@ name: CI on: push: - branches: [ master ] + branches: + - "**" pull_request: - branches: [ master ] + branches: + - "master" + - "yang2" env: CARGO_TERM_COLOR: always