Skip to content

Commit

Permalink
chore(workflows): change run events for backport.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tasso94 authored Dec 20, 2023
1 parent f3d83e3 commit ee00e33
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/backport.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Backport merged pull request

on:
pull_request_target:
types: [closed, labeled]
pull_request:
types: [closed]
issue_comment:
types: [created]

jobs:
call-reusable-flow:
Expand Down

0 comments on commit ee00e33

Please sign in to comment.