diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 54ee71974..1f72ba2f2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,7 +8,6 @@ on: push: branches: [ master ] pull_request: - types: [edited, opened, reopened, synchronize] branches: [ master ] env: diff --git a/.github/workflows/file_health.yaml b/.github/workflows/file_health.yaml index dc659ce27..aeadcf31e 100644 --- a/.github/workflows/file_health.yaml +++ b/.github/workflows/file_health.yaml @@ -1,11 +1,6 @@ name: GitHub Actions file health check -on: - push: - branches: [ '**' ] - pull_request: - types: [edited, opened, reopened, synchronize] - branches: [ '**' ] +on: [pull_request, push] jobs: check_file_health: