Skip to content

Commit

Permalink
master -> main
Browse files Browse the repository at this point in the history
pepijnve committed Feb 10, 2024
1 parent 497a593 commit 7760d83
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Linux unit tests
on:
push:
branches: ['master']
branches: ['main']
tags-ignore: ['**']
pull_request:
schedule:
2 changes: 1 addition & 1 deletion .github/workflows/ci-macos.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: macOS unit tests
on:
push:
branches: ['master']
branches: ['main']
tags-ignore: ['**']
pull_request:
schedule:
2 changes: 1 addition & 1 deletion .github/workflows/ci-windows.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Windows unit tests
on:
push:
branches: ['master']
branches: ['main']
tags-ignore: ['**']
pull_request:
schedule:
6 changes: 3 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -2,9 +2,9 @@
Pepijn Van_Eeckhoudt <https://github.com/pepijnve[@pepijnve]>; Sarah White <https://github.com/graphitefriction[@graphitefriction]>
:description: README for the Asciidoctor Diagram extension for Asciidoctor.

image:https://github.com/asciidoctor/asciidoctor-diagram/workflows/Linux%20unit%20tests/badge.svg?branch=master["Linux Build Status", link="https://github.com/asciidoctor/asciidoctor-diagram/actions?query=workflow%3A%22Linux+unit+tests%22"]
// image:https://github.com/asciidoctor/asciidoctor-diagram/workflows/macOS%20unit%20tests/badge.svg?branch=master["macOS Build Status", link="https://github.com/asciidoctor/asciidoctor-diagram/actions?query=workflow%3A%22macOS+unit+tests%22"]
// image:https://github.com/asciidoctor/asciidoctor-diagram/workflows/Windows%20unit%20tests/badge.svg?branch=master["Windows Build Status", link="https://github.com/asciidoctor/asciidoctor-diagram/actions?query=workflow%3A%22Windows+unit+tests%22"]
image:https://github.com/asciidoctor/asciidoctor-diagram/workflows/Linux%20unit%20tests/badge.svg?branch=main["Linux Build Status", link="https://github.com/asciidoctor/asciidoctor-diagram/actions?query=workflow%3A%22Linux+unit+tests%22"]
// image:https://github.com/asciidoctor/asciidoctor-diagram/workflows/macOS%20unit%20tests/badge.svg?branch=main["macOS Build Status", link="https://github.com/asciidoctor/asciidoctor-diagram/actions?query=workflow%3A%22macOS+unit+tests%22"]
// image:https://github.com/asciidoctor/asciidoctor-diagram/workflows/Windows%20unit%20tests/badge.svg?branch=main["Windows Build Status", link="https://github.com/asciidoctor/asciidoctor-diagram/actions?query=workflow%3A%22Windows+unit+tests%22"]
image:https://badge.fury.io/rb/asciidoctor-diagram.svg[Gem Version, link=https://rubygems.org/gems/asciidoctor-diagram]

Asciidoctor Diagram is a set of Asciidoctor extensions that enable you to add diagrams, which you describe using plain text, to your AsciiDoc document.
2 changes: 1 addition & 1 deletion asciidoctor-diagram.gemspec
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.license = 'MIT'
s.metadata = {
"bug_tracker_uri" => "https://github.com/asciidoctor/asciidoctor-diagram/issues",
"changelog_uri" => "https://github.com/asciidoctor/asciidoctor-diagram/blob/master/CHANGELOG.adoc",
"changelog_uri" => "https://github.com/asciidoctor/asciidoctor-diagram/blob/main/CHANGELOG.adoc",
"documentation_uri" => "https://docs.asciidoctor.org/diagram-extension/latest/",
"homepage_uri" => "https://github.com/asciidoctor/asciidoctor-diagram",
"source_code_uri" => "https://github.com/asciidoctor/asciidoctor-diagram.git",

0 comments on commit 7760d83

Please sign in to comment.