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:
Mike Tzou 2021-02-05 09:25:27 +08:00 committed by GitHub
commit 5e4f548321
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 7 deletions

View file

@ -8,7 +8,6 @@ on:
push:
branches: [ master ]
pull_request:
types: [edited, opened, reopened, synchronize]
branches: [ master ]
env:

View file

@ -1,11 +1,6 @@
name: GitHub Actions file health check
on:
push:
branches: [ '**' ]
pull_request:
types: [edited, opened, reopened, synchronize]
branches: [ '**' ]
on: [pull_request, push]
jobs:
check_file_health: