Skip to content

Commit

Permalink
build: Update main.yml to enable manual running (#77)
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Beauchamp <[email protected]>
  • Loading branch information
rbeauchamp authored Sep 14, 2024
1 parent c836660 commit eb27d1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: CI

on:
workflow_dispatch:
push:
branches: [ main ]

Expand Down Expand Up @@ -70,4 +71,4 @@ jobs:
version: ${{ env.NUGET_VERSION }}
config-name: release-drafter.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit eb27d1b

Please sign in to comment.