chore: stop tests from re-running when a PR body is edited (#2712)

This commit is contained in:
Jarrod Flesch
2023-05-25 09:28:02 -04:00
committed by GitHub
parent 4b59fda56f
commit 731c85337b

View File

@@ -2,7 +2,7 @@ name: build
on:
pull_request:
types: [opened, reopened, edited, synchronize]
types: [opened, reopened, synchronize]
push:
branches: ["master"]