diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a7df44fc..8503d53a 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 654a0716..e10024b0 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