diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 06ac4a31..c8b7bcf0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,9 +4,14 @@ on: pull_request: branches: - main + + + jobs: build: + permissions: + contents: read name: Build All Projects runs-on: ubuntu-latest