Skip to content

Commit 8bee0a6

Browse files
authored
Change our GitHub Actions to trigger on main instead of master (#324)
1 parent e3abd84 commit 8bee0a6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/book.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Book ToC Generation
33
on:
44
push:
55
branches:
6-
- "master"
6+
- "main"
77
- "book-staging"
88

99
jobs:

.github/workflows/link-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: Link Check on Patterns and README
66
on:
77
push:
88
branches:
9-
- "master"
9+
- "main"
1010
pull_request:
1111

1212
jobs:

.github/workflows/lint-patterns.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Pattern Syntax Validation
44
on:
55
push:
66
branches:
7-
- "master"
7+
- "main"
88
pull_request:
99
paths:
1010
- ".github/workflows/lint-patterns.yml"

0 commit comments

Comments
 (0)