diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-07-30 14:41:57 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-30 12:11:57 +0300 |
commit | a81d270b166dbe939167523ee0b837fe701d3594 (patch) | |
tree | 467e08a3afd315f95f5eabd135cceb58ac2d5d17 /.github | |
parent | eed26f65a413ba90cc5e70107809d8a85d12e126 (diff) | |
download | vyos-1x-a81d270b166dbe939167523ee0b837fe701d3594.tar.gz vyos-1x-a81d270b166dbe939167523ee0b837fe701d3594.zip |
T6572: trigger remote pr only for circinus pr merge (#3899)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/trigger-pr.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/trigger-pr.yml b/.github/workflows/trigger-pr.yml index 0e28b460f..f88458a81 100644 --- a/.github/workflows/trigger-pr.yml +++ b/.github/workflows/trigger-pr.yml @@ -5,13 +5,13 @@ on: types: - closed branches: - - current - + - circinus + jobs: trigger-PR: uses: vyos/.github/.github/workflows/trigger-pr.yml@current with: - source_branch: 'current' + source_branch: 'circinus' target_branch: 'circinus' secrets: REMOTE_REPO: ${{ secrets.REMOTE_REPO }} |