From 23aa737628c8f025359a7a8b71407aa1c853af55 Mon Sep 17 00:00:00 2001 From: Urgau Date: Wed, 24 Jan 2024 16:21:33 +0100 Subject: [PATCH] Only run CI on the master branch to avoid forks running them too --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e493e9f3..42efab561 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,6 +2,8 @@ name: CI on: push: + branches: + - master pull_request: schedule: - cron: "0 0 * * *"