From 03e7019182676c628f320f06e2709ee968783809 Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Thu, 4 Feb 2021 16:15:31 +0800 Subject: [PATCH] Simplify CI script directives --- .github/workflows/file_health.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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: