diff --git a/.github/workflows/file_health.yaml b/.github/workflows/file_health.yaml index 3280d62d6..aeadcf31e 100644 --- a/.github/workflows/file_health.yaml +++ b/.github/workflows/file_health.yaml @@ -1,10 +1,6 @@ name: GitHub Actions file health check -on: - push: - branches: [ '**' ] - pull_request: - branches: [ '**' ] +on: [pull_request, push] jobs: check_file_health: