Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zefanjajobse authored Feb 2, 2024
1 parent 81c9f12 commit 6434d6d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
name: Create Release
on:
workflow_dispatch:
push:
branches:
- master
name: Create Release
permissions:
contents: read # for checkout
jobs:
build:
release:
name: Add release to GitHub
runs-on: windows-latest
permissions:
contents: write # to be able to publish a GitHub release
pull-requests: write # to be able to comment on released pull requests
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 6434d6d

Please sign in to comment.