Skip to content

Commit

Permalink
Tune backport bot
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Nov 16, 2020
1 parent 718efef commit e18c47f
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ name: Backport
# pull_request_target:
# types: [opened, closed, labeled, unlabeled, synchronize]
on:
push:
branches:
- 'master'
- '[0-9].[0-9]+' # matches to backport branches, e.g. 3.6
tags: [ 'v*' ]
# push:
# branches:
# - 'master'
# - '[0-9].[0-9]+' # matches to backport branches, e.g. 3.6
# tags: [ 'v*' ]
pull_request_target:
types: [closed, labeled, unlabeled]
# pull_request_target:
# types: [opened, closed, labeled, unlabeled, synchronize]

Expand Down

0 comments on commit e18c47f

Please sign in to comment.