diff --git a/.github/workflows/refresh-channels.yaml b/.github/workflows/refresh-channels.yaml index 88697c2..6db3d9f 100644 --- a/.github/workflows/refresh-channels.yaml +++ b/.github/workflows/refresh-channels.yaml @@ -9,6 +9,7 @@ on: options: - 'main' - 'v1.6' + - 'v1.7' schedule: - cron: '0 0 * * *' @@ -22,7 +23,7 @@ jobs: id: branches run: | if [ "${{ github.event_name }}" != 'workflow_dispatch' ]; then - echo "branches=['main', 'v1.6']" >> $GITHUB_OUTPUT + echo "branches=['main', 'v1.6', 'v1.7']" >> $GITHUB_OUTPUT else echo "branches=['${{ inputs.target_branch }}']" >> $GITHUB_OUTPUT fi