Remove 'edit' from github CI workflow

This commit is contained in:
Jerry 2022-07-21 09:30:34 -07:00
parent bf60c6ce06
commit 4089c24ae2

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 }}