We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0072b88 commit eb50951Copy full SHA for eb50951
.github/workflows/main.yaml
@@ -35,13 +35,13 @@ jobs:
35
build-release:
36
needs:
37
- plan
38
- if: ${{ fromJson(needs.plan.outputs.versionManifest) != null && github.event_name == 'release' }}
+ if: ${{ fromJson(needs.plan.outputs.versionManifest) != null && (github.event_name == 'release' || github.event_name == 'workflow_dispatch') }}
39
runs-on: ubuntu-latest
40
strategy:
41
matrix:
42
os: [win, linux]
43
environment: release
44
- name: Build for (${{ matrix.os }})
+ name: Build
45
steps:
46
- uses: actions/checkout@v4
47
name: Checkout
0 commit comments