Simplify CI script directives

This commit is contained in:
Chocobo1 2021-02-04 16:15:31 +08:00
parent 82b0bc63a3
commit 03e7019182
No known key found for this signature in database
GPG key ID: 210D9C873253A68C

View file

@ -1,10 +1,6 @@
name: GitHub Actions file health check
on:
push:
branches: [ '**' ]
pull_request:
branches: [ '**' ]
on: [pull_request, push]
jobs:
check_file_health: