diff --git a/.github/workflows/ci-tests.yaml b/.github/workflows/ci-tests.yaml index 16c096dc9a..4c35c1a424 100644 --- a/.github/workflows/ci-tests.yaml +++ b/.github/workflows/ci-tests.yaml @@ -5,7 +5,8 @@ run-name: ${{ github.actor }} is running the pull-request continuous integration on: pull_request: - types: [opened, reopened, edited] + types: [opened, edited, synchronize] + jobs: pre-commit: