Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: CI/CD Workflow

env:
PRERELEASE_BRANCHES: updategrpc # Comma separated list of prerelease branch names. 'alpha,rc, ...'
PRERELEASE_BRANCHES: alpha,beta,updategrpc # Comma separated list of prerelease branch names. 'alpha,rc, ...'
NUGET_OUTPUT: Artifacts/NuGet

on:
@@ -30,7 +30,6 @@ jobs:
dot-net-ci:
name: .NET CI
runs-on: ubuntu-latest
needs: context

steps:
- uses: actions/checkout@v2

0 comments on commit 12b947e

Please sign in to comment.