diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 587a5410..a098a14b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -5,6 +5,9 @@ on: pull_request: branches: - main + push: + branches: + - main workflow_call: env: @@ -47,4 +50,4 @@ jobs: components: clippy - name: Run clippy action - uses: clechasseur/rs-clippy-check@v3 \ No newline at end of file + uses: clechasseur/rs-clippy-check@v3