Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Warner <brian@bdwarner.com>
  • Loading branch information
brianwarner committed Nov 24, 2024
1 parent f5fe8ef commit ec907fe
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ on:
- '**'
- '!main'

permissions:
contents: write
pull-requests: write

jobs:
test:
name: Test Python versions
Expand Down Expand Up @@ -44,6 +40,8 @@ jobs:
name: Build and generate documentation
needs: test
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand Down

0 comments on commit ec907fe

Please sign in to comment.