diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d50cfa62df5335..449a5fbda500c8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,4 +1,7 @@ -on: [pull_request, push] +on: + pull_request: {} + push: + branches: [rust] jobs: ci: