Skip to content

Commit

Permalink
chore: removes references to the 'develop' branch
Browse files Browse the repository at this point in the history
because we're changing (simplifying) the branching  model
  • Loading branch information
sverweij committed Mar 7, 2024
1 parent 1aefc44 commit 11cec38
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .dependency-cruiser.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"options": {
"doNotFollow": "node_modules",
"progress": {"type": "performance-log"},
"prefix": "https://github.com/sverweij/mscgen_js/tree/develop/",
"prefix": "https://github.com/sverweij/mscgen_js/tree/master/",
"reporterOptions": {
"dot": {
"collapsePattern": "node_modules/[^/]+"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- master
- develop
pull_request:

env:
Expand Down

0 comments on commit 11cec38

Please sign in to comment.