disable CI trigger on PR edits

This commit is contained in:
Matt Davis 2023-08-29 15:06:59 -07:00 committed by Matt Davis
parent e9bf819da6
commit 155ec463f6
No known key found for this signature in database
GPG Key ID: 270F53F3C6D92108
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ name: PyYAML CI
on:
push:
pull_request:
types: [opened, synchronize, edited, reopened]
types: [opened, synchronize, reopened]
workflow_dispatch:
env:

View File

@ -6,7 +6,7 @@ name: Manual Artifact Build
on:
# push:
# pull_request:
# types: [opened, synchronize, edited, reopened]
# types: [opened, synchronize, reopened]
workflow_dispatch:
env: