Merge pull request #462 from cffls/develop

Remove 'edit' from github CI workflow
This commit is contained in:
Jerry 2022-07-21 22:23:31 -07:00 committed by GitHub
commit 9119b4b483
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ on:
pull_request:
branches:
- "**"
types: [opened, synchronize, edited]
types: [opened, synchronize]
concurrency:
group: build-${{ github.event.pull_request.number || github.ref }}