mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-24 01:08:06 -06:00
Simplify CI script directives
This commit is contained in:
committed by
sledgehammer999
parent
c2fb51159f
commit
789c6de2e8
6
.github/workflows/file_health.yaml
vendored
6
.github/workflows/file_health.yaml
vendored
@@ -1,10 +1,6 @@
|
||||
name: GitHub Actions file health check
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ '**' ]
|
||||
pull_request:
|
||||
branches: [ '**' ]
|
||||
on: [pull_request, push]
|
||||
|
||||
jobs:
|
||||
check_file_health:
|
||||
|
||||
Reference in New Issue
Block a user