From b8f7da6db9c793bae71a2a7a570900e8bbd1e1ea Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Wed, 8 Feb 2023 17:55:31 +0000 Subject: [PATCH] Don't build on non-master branch pushes by default --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec2577e82..c31be1b7a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,6 +2,7 @@ name: CI on: push: + branches: [ "master", "main" ] pull_request: concurrency: