Skip to content

Commit

Permalink
Merge pull request #16142 from LabNConsulting/chopps/fix-conflict-wor…
Browse files Browse the repository at this point in the history
…kflow

ci: only run conflict check on pull-requests
  • Loading branch information
ton31337 authored Jun 2, 2024
2 parents aeab88f + 7b76c8f commit 41eb068
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/conflicts.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Add a conflict label if PR needs to rebase

on:
push:
pull_request_target:
types: [synchronize]
types: [opened, reopened, synchronize]

jobs:
conflicts:
Expand Down

0 comments on commit 41eb068

Please sign in to comment.