Skip to content

Commit

Permalink
ci: add permissions for release workflow and don't limit branches for…
Browse files Browse the repository at this point in the history
… the checks
  • Loading branch information
joakimbeng committed Nov 15, 2023
1 parent 16f2e99 commit 30a7a0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: CI

on:
push:
branches: ['main']
pull_request:

jobs:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
permissions:
contents: write
packages: write
pull-requests: write
steps:
- name: Checkout Repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 30a7a0b

Please sign in to comment.