Skip to content

Commit

Permalink
test backport
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Delpy committed Aug 27, 2024
1 parent c4999dd commit dab2521
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ on:
pull_request:
types: [closed]
branches:
- main
- test/backport

jobs:
backport:
name: Backport PR
if: github.event.pull_request.merged == true && !(contains(github.event.pull_request.labels.*.name, 'backport'))
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- name: Backport Action
Expand Down

0 comments on commit dab2521

Please sign in to comment.