From 01ab89b348a22473f421c962885c97fb4b7b5dad Mon Sep 17 00:00:00 2001 From: Sijawusz Pur Rahnama Date: Mon, 2 Jan 2023 18:41:46 +0100 Subject: [PATCH] Tweak CI settings --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd3f3546..f5359c21 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,9 @@ name: CI on: push: + branches: [master] pull_request: + types: [opened, synchronize, reopened] schedule: - cron: "0 3 * * 1" # Every monday at 3 AM