Skip to content

Commit ac4cea4

Browse files
committed
CI: run on branch master as well
1 parent cf835ef commit ac4cea4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check_dead_links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Check for dead links
33
on:
44
pull_request:
55
push:
6-
branches: [main]
6+
branches: [main, master]
77

88
jobs:
99
build:

.github/workflows/markdownlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Lint Markdown
33
on:
44
pull_request:
55
push:
6-
branches: [main]
6+
branches: [main, master]
77

88
jobs:
99
build:

0 commit comments

Comments
 (0)