We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6ec35f9 + 05a0ebf commit 776c841Copy full SHA for 776c841
1 file changed
.github/workflows/trigger-rebuild-repo-package.yml
@@ -6,6 +6,8 @@ on:
6
- closed
7
branches:
8
- current
9
+ - circinus
10
+ - sagitta
11
workflow_dispatch:
12
13
jobs:
@@ -23,7 +25,7 @@ jobs:
23
25
needs: get_repo_name
24
26
uses: vyos/.github/.github/workflows/trigger-rebuild-repo-package.yml@current
27
with:
- branch: ${{ github.ref_name }}
28
+ branch: ${{ github.event.pull_request.base.ref }}
29
package_name: ${{ needs.get_repo_name.outputs.PACKAGE_NAME }}
30
secrets:
31
REMOTE_OWNER: ${{ secrets.REMOTE_OWNER }}
0 commit comments