Remove edited from actions that deploy testenv (#600)

This commit is contained in:
Miłosz Tyborowski 2020-07-10 13:22:45 +02:00 committed by GitHub
parent 1a5f3796be
commit 6c481d2199
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ name: TEST-ENV-DEPLOYMENT
on:
pull_request:
# trigger on "edited" to update instance when configuration changes in PR description
types: [opened, reopened, edited, synchronize]
types: [opened, reopened, synchronize]
branches: ["*"]
jobs: