From 4289af6e906f97e94e5ca81fde816d50b968aac8 Mon Sep 17 00:00:00 2001 From: Raphael Simon Date: Wed, 27 Sep 2023 20:55:19 -0700 Subject: [PATCH] Run build on pull requests only Now that PRs are required for merging to v3 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 523b19a82b..e3e18281c9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,5 +1,5 @@ name: build -on: [push, pull_request] +on: [pull_request] jobs: ci: strategy: