Skip to content

Merge pull request #5145 from rancher/richard-cox-2.7-drone #20

Merge pull request #5145 from rancher/richard-cox-2.7-drone

Merge pull request #5145 from rancher/richard-cox-2.7-drone #20

Workflow file for this run

name: Build (Branch)
on:
push:
branches:
- release-2.7
jobs:
test:
uses: ./.github/workflows/test.yaml
build-branch-and-upload:
uses: ./.github/workflows/build-and-upload.yaml
needs: test
permissions:
contents: 'read'
id-token: 'write'
with:
CI_BRANCH: ${{github.ref_name}}