Don't trigger Github Actions CI builds after editing a PR's opening post

After dropping "edited" keyword, it is the same as the default.
This commit is contained in:
Chocobo1
2021-02-04 16:05:12 +08:00
committed by sledgehammer999
parent bfb0afe3cf
commit c2fb51159f
2 changed files with 0 additions and 2 deletions

View File

@@ -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:

View File

@@ -4,7 +4,6 @@ on:
push: push:
branches: [ '**' ] branches: [ '**' ]
pull_request: pull_request:
types: [edited, opened, reopened, synchronize]
branches: [ '**' ] branches: [ '**' ]
jobs: jobs: