We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e78404a commit 2953385Copy full SHA for 2953385
.github/workflows/ci.yml
@@ -5,9 +5,11 @@ permissions:
5
6
on:
7
push:
8
- branches: [main, master]
+ branches:
9
+ - master
10
pull_request:
11
12
13
14
jobs:
15
# 1. Lint check
.github/workflows/gh-pages.yml
@@ -3,7 +3,7 @@ name: GitHub Pages
3
4
branches:
- - main # Set a branch to deploy
+ - master # Set a branch to deploy
0 commit comments