diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 877fb5d0..df8078ce 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,11 +1,11 @@ name: Build -on: [push] +on: + - push + - pull_request permissions: contents: read - # Optional: allow read access to pull request. Use with `only-new-issues` option. - # pull-requests: read jobs: test: