Skip to content

Commit 2953385

Browse files
committed
Align branch names
1 parent e78404a commit 2953385

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ permissions:
55

66
on:
77
push:
8-
branches: [main, master]
8+
branches:
9+
- master
910
pull_request:
10-
branches: [main, master]
11+
branches:
12+
- master
1113

1214
jobs:
1315
# 1. Lint check

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: GitHub Pages
33
on:
44
push:
55
branches:
6-
- main # Set a branch to deploy
6+
- master # Set a branch to deploy
77
pull_request:
88

99
jobs:

0 commit comments

Comments
 (0)