Skip to content

Commit

Permalink
Ask contributors to go to develop (#677)
Browse files Browse the repository at this point in the history
* Ask contributors to go to develop

* Enables CI on other branches
  • Loading branch information
kaczmarczyck authored Jan 15, 2024
1 parent 5bfd198 commit 893faa5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 3 additions & 2 deletions docs/contributing.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 893faa5

Please sign in to comment.