Skip to content

Commit

Permalink
Merge pull request #11 from CompostInTraining/ci-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
prplecake authored Aug 10, 2023
2 parents 3df70f0 + 273d567 commit 8ba2d68
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ on:
pull_request:
branches: [ master ]

permissions:
contents: read
checks: write
packages: write

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8ba2d68

Please sign in to comment.