diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2ec35b7..c93ed05 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,6 +1,8 @@ name: CI on: + push: + branches: [main] pull_request: workflow_dispatch: diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 4e7418a..fde6abe 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -1,6 +1,8 @@ name: lint and style checks on: + push: + branches: [main] pull_request: workflow_dispatch: