Skip to content

Commit

Permalink
Prepare for purging develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
gcomte committed Apr 9, 2023
1 parent cc02be2 commit f4991b2
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ updates:
schedule:
interval: daily
open-pull-requests-limit: 10
target-branch: develop
target-branch: master
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- master
- develop
pull_request:
schedule:
- cron: '21 4 * * *' # every day at 4:21 AM UTC
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- master
- develop
pull_request:
schedule:
- cron: '21 4 * * *' # every day at 4:21 AM UTC
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,4 @@ unit | description

## Contribute

Contributions are welcome!
Please craft a PR and direct it towards the `develop` branch.
The `master` contains stable versions only.
Pull Requests are welcome!

0 comments on commit f4991b2

Please sign in to comment.