From 8c368df4e0e5a260c7f50ebbe1a85717af017d96 Mon Sep 17 00:00:00 2001 From: Cody Lee Date: Wed, 28 Dec 2022 11:49:24 -0600 Subject: [PATCH] fixes public pull requests CI to actually run --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: