Skip to content

Commit

Permalink
Fix release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed May 17, 2024
1 parent cf2dd5d commit c98cfa1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: build
on: [pull_request, push]
on: [workflow_dispatch] # Manual trigger

permissions:
contents: write

jobs:
build:
release:
runs-on: windows-2022
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit c98cfa1

Please sign in to comment.