feat: add nightly branch workflow
This commit is contained in:
2
.github/workflows/supply-chain-verify.yml
vendored
2
.github/workflows/supply-chain-verify.yml
vendored
@@ -76,6 +76,8 @@ jobs:
|
||||
TAG="latest"
|
||||
elif [[ "${{ github.event.workflow_run.head_branch }}" == "development" ]]; then
|
||||
TAG="dev"
|
||||
elif [[ "${{ github.event.workflow_run.head_branch }}" == "nightly" ]]; then
|
||||
TAG="nightly"
|
||||
elif [[ "${{ github.event.workflow_run.head_branch }}" == "feature/beta-release" ]]; then
|
||||
TAG="beta"
|
||||
elif [[ "${{ github.event.workflow_run.event }}" == "pull_request" ]]; then
|
||||
|
||||
Reference in New Issue
Block a user