File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: build
33on :
44 push :
55 branches :
6- - master
6+ - main
77 tags :
88 - " *-[0-9]+.*"
99
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: build PR
33on :
44 pull_request :
55 branches :
6- - master
6+ - main
77
88jobs :
99 build :
Original file line number Diff line number Diff line change @@ -65,8 +65,8 @@ we believe make SciJava-based projects more reproducible and more consistent:
6565 today, but not build tomorrow, if the snapshot is later changed. The best way
6666 to avoid this conundrum is to _ never depend on ` SNAPSHOT ` versions_ . Snapshot
6767 are best used for testing only; they can be used transiently, but their use
68- should never make it onto the main integration branch (i.e., ` master ` ) of a
69- project. See also
68+ should never make it onto the main integration branch
69+ (e.g., ` main ` or ` master ` ) of a project. See also
7070 [ Using snapshot couplings during development] ( https://imagej.net/Architecture#Using_snapshot_couplings_during_development ) .
7171
7272* __ Developer roles.__ SciJava-based projects define developers and
You can’t perform that action at this time.
0 commit comments