mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 03:52:49 +01:00
fix: can't mix -
and :
This commit is contained in:
parent
2f12f91d39
commit
52b9fcecb4
6
.github/workflows/merge-check.yml
vendored
6
.github/workflows/merge-check.yml
vendored
@ -4,9 +4,9 @@ permissions:
|
|||||||
pull-requests: write
|
pull-requests: write
|
||||||
|
|
||||||
on:
|
on:
|
||||||
- push
|
push:
|
||||||
- pull_request_target
|
pull_request_target:
|
||||||
- pull_request_review:
|
pull_request_review:
|
||||||
types: [submitted]
|
types: [submitted]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
5
.github/workflows/predict-conflicts.yml
vendored
5
.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]
|
types: [submitted]
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
Loading…
Reference in New Issue
Block a user