1 parent 704c0c5 commit 8e2a900Copy full SHA for 8e2a900
1 file changed
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
set-version:
21
name: Set Version
22
runs-on: ubuntu-latest
23
- if: ${{ (github.event.workflow_run.head_branch == 'master' || github.event.workflow_run.head_branch == 'v3') && github.event.workflow_run.conclusion == 'success' }}
+ # if: ${{ (github.event.workflow_run.head_branch == 'master' || github.event.workflow_run.head_branch == 'v3') && github.event.workflow_run.conclusion == 'success' }}
24
container:
25
image: mcr.microsoft.com/dotnet/sdk:10.0
26
outputs:
0 commit comments