mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 19:42:46 +01:00
fix(ci): only run some GH actions on PR approval, not on every comment
This commit is contained in:
parent
25eef1e8ca
commit
2777d30caa
3
.github/workflows/merge-check.yml
vendored
3
.github/workflows/merge-check.yml
vendored
@ -6,7 +6,8 @@ permissions:
|
|||||||
on:
|
on:
|
||||||
- push
|
- push
|
||||||
- pull_request_target
|
- pull_request_target
|
||||||
- pull_request_review
|
- pull_request_review:
|
||||||
|
types: [submitted]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check_merge:
|
check_merge:
|
||||||
|
3
.github/workflows/predict-conflicts.yml
vendored
3
.github/workflows/predict-conflicts.yml
vendored
@ -1,7 +1,8 @@
|
|||||||
name: "Check Potential Conflicts"
|
name: "Check Potential Conflicts"
|
||||||
on:
|
on:
|
||||||
- pull_request_target
|
- pull_request_target
|
||||||
- pull_request_review
|
- pull_request_review:
|
||||||
|
types: [submitted]
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
Loading…
Reference in New Issue
Block a user