Skip to content

Commit c93bac4

Browse files
authored
T6572: trigger remote pr only for circinus pr merge
1 parent 7724a5f commit c93bac4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/trigger-pr.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ on:
55
types:
66
- closed
77
branches:
8-
- current
9-
8+
- circinus
9+
1010
jobs:
1111
trigger-PR:
1212
uses: vyos/.github/.github/workflows/trigger-pr.yml@current
1313
with:
14-
source_branch: 'current'
14+
source_branch: 'circinus'
1515
target_branch: 'circinus'
1616
secrets:
1717
REMOTE_REPO: ${{ secrets.REMOTE_REPO }}

0 commit comments

Comments
 (0)