Skip to content

Commit

Permalink
Update build-and-release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielLMcGuire authored Jul 24, 2024
1 parent 609d405 commit efaeff7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ name: Build and Release
on:
push:
branches:
- main # or the branch you want to trigger the workflow on
- main

permissions:
contents: read
releases: write

jobs:
build:
runs-on: windows-2022
Expand Down

0 comments on commit efaeff7

Please sign in to comment.