From 9a64e2f7eab41995281a3f513a59dfacd1790ae0 Mon Sep 17 00:00:00 2001 From: Guillaume Hain Date: Fri, 3 Jun 2022 15:07:26 +0200 Subject: [PATCH] Allow public forks to trigger builds --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 64f123e9c..97357c9aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,8 @@ -on: push +on: + push: + branches: + - master + pull_request: jobs: build: