Skip to content

Commit 99ddee8

Browse files
committed
Standardize on 'main' as branch name
1 parent 0f90a0b commit 99ddee8

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
on:
22
push:
3-
branches: [master]
3+
branches: [main]
44
pull_request:
55
name: coverage
66
jobs:

github/workflows/features.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
on:
22
push:
3-
branches: [master]
3+
branches: [main]
44
pull_request:
55
name: cargo hack
66
jobs:

github/workflows/minimal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
on:
22
push:
3-
branches: [master]
3+
branches: [main]
44
pull_request:
55
name: With dependencies at minimal versions
66
jobs:

github/workflows/msrv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
on:
22
push:
3-
branches: [master]
3+
branches: [main]
44
pull_request:
55
name: Minimum Supported Rust Version
66
jobs:

github/workflows/os-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
on:
22
push:
3-
branches: [master]
3+
branches: [main]
44
pull_request:
55
name: os check
66
jobs:

github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
on:
22
push:
3-
branches: [master]
3+
branches: [main]
44
pull_request:
55
name: cargo test
66
jobs:

0 commit comments

Comments
 (0)