mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 19:42:46 +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
|
||||
|
||||
on:
|
||||
- push
|
||||
- pull_request_target
|
||||
- pull_request_review:
|
||||
push:
|
||||
pull_request_target:
|
||||
pull_request_review:
|
||||
types: [submitted]
|
||||
|
||||
jobs:
|
||||
|
5
.github/workflows/predict-conflicts.yml
vendored
5
.github/workflows/predict-conflicts.yml
vendored
@ -1,7 +1,8 @@
|
||||
name: "Check Potential Conflicts"
|
||||
|
||||
on:
|
||||
- pull_request_target
|
||||
- pull_request_review:
|
||||
pull_request_target:
|
||||
pull_request_review:
|
||||
types: [submitted]
|
||||
|
||||
permissions:
|
||||
|
Loading…
Reference in New Issue
Block a user