Skip to content

Commit

Permalink
Allow manual invocation of the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
OBarronCS committed Oct 6, 2024
1 parent aa98b8a commit 7dca185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wsl-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
jobs:
build:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }}

permissions:
contents: write
Expand Down

0 comments on commit 7dca185

Please sign in to comment.