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 c81241d commit 0cf90bdCopy full SHA for 0cf90bd
.github/workflows/ci.yml
@@ -2,7 +2,7 @@ name: CI
2
3
on:
4
push:
5
- branches: ["main"]
+ branches: ["master"]
6
pull_request:
7
8
jobs:
.github/workflows/pages.yml
@@ -8,7 +8,7 @@ name: Deploy Jekyll site to Pages
9
10
11
12
13
# Allows you to run this workflow manually from the Actions tab
14
workflow_dispatch:
0 commit comments