From 3b447703e57bff9f5c1b31cfb3b065f45b4ec281 Mon Sep 17 00:00:00 2001 From: Martin von Zweigbergk Date: Sun, 16 Jun 2024 22:23:30 -0700 Subject: [PATCH] github: run CI on push, not only on PRs By running CI on push to any branch, collaborators can check that CI passes before sending for review, reducing mail spam and wasted reviewer time before the code is ready. --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 52aea9f231..d10f29b013 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,8 +2,6 @@ name: build on: push: - branches: - - main pull_request: permissions: read-all