mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-28 13:28:50 +03:00
Merge pull request #14336 from Chocobo1/actions
Don't trigger Github Actions CI builds after editing a PR's opening post
This commit is contained in:
commit
5e4f548321
2 changed files with 1 additions and 7 deletions
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
|
@ -8,7 +8,6 @@ on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [edited, opened, reopened, synchronize]
|
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
|
7
.github/workflows/file_health.yaml
vendored
7
.github/workflows/file_health.yaml
vendored
|
@ -1,11 +1,6 @@
|
||||||
name: GitHub Actions file health check
|
name: GitHub Actions file health check
|
||||||
|
|
||||||
on:
|
on: [pull_request, push]
|
||||||
push:
|
|
||||||
branches: [ '**' ]
|
|
||||||
pull_request:
|
|
||||||
types: [edited, opened, reopened, synchronize]
|
|
||||||
branches: [ '**' ]
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check_file_health:
|
check_file_health:
|
||||||
|
|
Loading…
Reference in a new issue