Skip to content

Commit c403e2b

Browse files
committed
Rename main branch from master to main
1 parent 70fc58b commit c403e2b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: build
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
tags:
88
- "*-[0-9]+.*"
99

.github/workflows/build-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: build PR
33
on:
44
pull_request:
55
branches:
6-
- master
6+
- main
77

88
jobs:
99
build:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)