Skip to content

Commit

Permalink
Be om skrivetilgang til contents
Browse files Browse the repository at this point in the history
  • Loading branch information
androa committed Apr 29, 2024
1 parent 7683ca0 commit 0cb580e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ jobs:

release:
name: Create Release
needs: build
runs-on: ubuntu-latest
needs: build
permissions:
contents: write
if: github.ref == 'refs/heads/main' && !contains(github.event.head_commit.message, 'ci skip')
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 0cb580e

Please sign in to comment.