Browse Source

Simplify CI script directives

adaptive-webui-19844
Chocobo1 4 years ago
parent
commit
03e7019182
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
  1. 6
      .github/workflows/file_health.yaml

6
.github/workflows/file_health.yaml

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

Loading…
Cancel
Save