Skip to content

Commit

Permalink
s/master/main/
Browse files Browse the repository at this point in the history
  • Loading branch information
bayashi committed Jul 4, 2020
1 parent e833a6a commit 41fc7a5
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux_old_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: linux_old_versions
on:
push:
branches:
- master
- main
tags-ignore:
- '*'
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mac_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: mac_latest
on:
push:
branches:
- master
- main
tags-ignore:
- '*'
pull_request:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: master
name: main

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: windows_latest
on:
push:
branches:
- master
- main
- '**windows**'
tags-ignore:
- '*'
Expand Down
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Plack::Middleware::Acme::AAHTTPHeader commit log

https://github.com/bayashi/Plack-Middleware-Acme-AAHTTPHeader/commits/master
https://github.com/bayashi/Plack-Middleware-Acme-AAHTTPHeader/commits/main

## tags

Expand Down
2 changes: 1 addition & 1 deletion README.pod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This is Perl module B<Plack::Middleware::Acme::AAHTTPHeader>.

=begin html

<a href="https://github.com/bayashi/Plack-Middleware-Acme-AAHTTPHeader/blob/master/README.pod"><img src="https://img.shields.io/badge/Version-0.01-green?style=flat"></a> <a href="https://github.com/bayashi/Plack-Middleware-Acme-AAHTTPHeader/blob/master/LICENSE"><img src="https://img.shields.io/badge/LICENSE-Artistic%202.0-GREEN.png"></a> <a href="https://github.com/bayashi/Plack-Middleware-Acme-AAHTTPHeader/actions"><img src="https://github.com/bayashi/Plack-Middleware-Acme-AAHTTPHeader/workflows/master/badge.svg"/></a> <a href="https://coveralls.io/r/bayashi/Plack-Middleware-Acme-AAHTTPHeader"><img src="https://coveralls.io/repos/bayashi/Plack-Middleware-Acme-AAHTTPHeader/badge.png?branch=master"/></a>
<a href="https://github.com/bayashi/Plack-Middleware-Acme-AAHTTPHeader/blob/main/README.pod"><img src="https://img.shields.io/badge/Version-0.01-green?style=flat"></a> <a href="https://github.com/bayashi/Plack-Middleware-Acme-AAHTTPHeader/blob/main/LICENSE"><img src="https://img.shields.io/badge/LICENSE-Artistic%202.0-GREEN.png"></a> <a href="https://github.com/bayashi/Plack-Middleware-Acme-AAHTTPHeader/actions"><img src="https://github.com/bayashi/Plack-Middleware-Acme-AAHTTPHeader/workflows/main/badge.svg"/></a> <a href="https://coveralls.io/r/bayashi/Plack-Middleware-Acme-AAHTTPHeader"><img src="https://coveralls.io/repos/bayashi/Plack-Middleware-Acme-AAHTTPHeader/badge.png?branch=main"/></a>

=end html

Expand Down
2 changes: 1 addition & 1 deletion lib/Plack/Middleware/Acme/AAHTTPHeader.pm
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ A Bot doesn't see this though :)
=begin html
<a href="https://github.com/bayashi/Plack-Middleware-Acme-AAHTTPHeader/blob/master/README.pod"><img src="https://img.shields.io/badge/Version-0.01-green?style=flat"></a> <a href="https://github.com/bayashi/Plack-Middleware-Acme-AAHTTPHeader/blob/master/LICENSE"><img src="https://img.shields.io/badge/LICENSE-Artistic%202.0-GREEN.png"></a> <a href="https://github.com/bayashi/Plack-Middleware-Acme-AAHTTPHeader/actions"><img src="https://github.com/bayashi/Plack-Middleware-Acme-AAHTTPHeader/workflows/master/badge.svg"/></a> <a href="https://coveralls.io/r/bayashi/Plack-Middleware-Acme-AAHTTPHeader"><img src="https://coveralls.io/repos/bayashi/Plack-Middleware-Acme-AAHTTPHeader/badge.png?branch=master"/></a>
<a href="https://github.com/bayashi/Plack-Middleware-Acme-AAHTTPHeader/blob/main/README.pod"><img src="https://img.shields.io/badge/Version-0.01-green?style=flat"></a> <a href="https://github.com/bayashi/Plack-Middleware-Acme-AAHTTPHeader/blob/main/LICENSE"><img src="https://img.shields.io/badge/LICENSE-Artistic%202.0-GREEN.png"></a> <a href="https://github.com/bayashi/Plack-Middleware-Acme-AAHTTPHeader/actions"><img src="https://github.com/bayashi/Plack-Middleware-Acme-AAHTTPHeader/workflows/main/badge.svg"/></a> <a href="https://coveralls.io/r/bayashi/Plack-Middleware-Acme-AAHTTPHeader"><img src="https://coveralls.io/repos/bayashi/Plack-Middleware-Acme-AAHTTPHeader/badge.png?branch=main"/></a>
=end html
Expand Down

0 comments on commit 41fc7a5

Please sign in to comment.