mirror of
https://github.com/yaml/pyyaml.git
synced 2025-10-19 11:03:18 +00:00
disable CI trigger on PR edits
This commit is contained in:
parent
e9bf819da6
commit
155ec463f6
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -8,7 +8,7 @@ name: PyYAML CI
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [opened, synchronize, edited, reopened]
|
types: [opened, synchronize, reopened]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
|
2
.github/workflows/manual_artifact_build.yaml
vendored
2
.github/workflows/manual_artifact_build.yaml
vendored
|
@ -6,7 +6,7 @@ name: Manual Artifact Build
|
||||||
on:
|
on:
|
||||||
# push:
|
# push:
|
||||||
# pull_request:
|
# pull_request:
|
||||||
# types: [opened, synchronize, edited, reopened]
|
# types: [opened, synchronize, reopened]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue