Skip to content

Commit f9d9434

Browse files
committed
For consistency across repos, main branch is now master.
1 parent 15cad99 commit f9d9434

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/bare.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Bare
77

88
on:
99
push:
10-
branches: [ main ]
10+
branches: [ master ]
1111
pull_request:
1212

1313
concurrency:

.github/workflows/docker.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name: Docker
88

99
on:
1010
push:
11-
branches: [ main ]
11+
branches: [ master ]
1212
pull_request:
1313

1414
concurrency:

0 commit comments

Comments
 (0)