Skip to content

Commit

Permalink
fix: can't mix - and :
Browse files Browse the repository at this point in the history
  • Loading branch information
UdjinM6 committed Aug 12, 2024
1 parent 2f12f91 commit 52b9fce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/merge-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/predict-conflicts.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: "Check Potential Conflicts"

on:
- pull_request_target
- pull_request_review:
pull_request_target:
pull_request_review:
types: [submitted]

permissions:
Expand Down

0 comments on commit 52b9fce

Please sign in to comment.