Skip to content

Commit 776c841

Browse files
authored
Merge pull request #31 from kumvijaya/current
T8218: Updated workflows for pullrequest_target policy change
2 parents 6ec35f9 + 05a0ebf commit 776c841

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/trigger-rebuild-repo-package.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
- closed
77
branches:
88
- current
9+
- circinus
10+
- sagitta
911
workflow_dispatch:
1012

1113
jobs:
@@ -23,7 +25,7 @@ jobs:
2325
needs: get_repo_name
2426
uses: vyos/.github/.github/workflows/trigger-rebuild-repo-package.yml@current
2527
with:
26-
branch: ${{ github.ref_name }}
28+
branch: ${{ github.event.pull_request.base.ref }}
2729
package_name: ${{ needs.get_repo_name.outputs.PACKAGE_NAME }}
2830
secrets:
2931
REMOTE_OWNER: ${{ secrets.REMOTE_OWNER }}

0 commit comments

Comments
 (0)