From 893faa5113f47457337ddb826b1a58870f00bc78 Mon Sep 17 00:00:00 2001 From: kaczmarczyck <43844792+kaczmarczyck@users.noreply.github.com> Date: Mon, 15 Jan 2024 14:57:58 +0100 Subject: [PATCH] Ask contributors to go to develop (#677) * Ask contributors to go to develop * Enables CI on other branches --- .github/workflows/ci.yml | 3 +-- docs/contributing.md | 5 +++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a7df44f..8503d53 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,8 +5,7 @@ on: branches: - develop pull_request: - branches: - - develop + types: [opened, synchronize, reopened] schedule: - cron: 30 1 * * 2 # every Tuesday at 1:30 UTC diff --git a/docs/contributing.md b/docs/contributing.md index 654a071..e10024b 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -1,7 +1,8 @@ # How to Contribute -We'd love to accept your patches and contributions to this project. There are -just a few small guidelines you need to follow. +We'd love to accept your patches and contributions to this project. +Please base your pull requests on the `develop` branch. +There are just a few small guidelines you need to follow. ## Contributor License Agreement