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: pull_request:
branches: branches:
- "**" - "**"
types: [opened, synchronize, edited] types: [opened, synchronize]
concurrency: concurrency:
group: build-${{ github.event.pull_request.number || github.ref }} group: build-${{ github.event.pull_request.number || github.ref }}