Skip to content

Commit

Permalink
fix: release-please branch to master and set permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
dlaehnemann authored Mar 25, 2024
1 parent bc9ab71 commit fdeda5e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ name: "release-please, see: https://github.com/marketplace/actions/release-pleas
on:
push:
branches:
- main
- master

permissions:
contents: write
pull-requests: write

jobs:
release-please:
Expand Down

0 comments on commit fdeda5e

Please sign in to comment.