Skip to content

Commit 1ef06c5

Browse files
Update CI.yml
1 parent 76f70fc commit 1ef06c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI
22
on:
33
push:
44
branches:
5-
- main
5+
- master
66
tags: ['*']
77
pull_request:
88
concurrency:
@@ -58,4 +58,4 @@ jobs:
5858
using Documenter: DocMeta, doctest
5959
using GtkMarkdownTextView
6060
DocMeta.setdocmeta!(GtkMarkdownTextView, :DocTestSetup, :(using GtkMarkdownTextView); recursive=true)
61-
doctest(GtkMarkdownTextView)'
61+
doctest(GtkMarkdownTextView)'

0 commit comments

Comments
 (0)