There was an error while loading. Please reload this page.
1 parent 34d7110 commit fd7b819Copy full SHA for fd7b819
.github/workflows/ci.yml
@@ -2,10 +2,10 @@ name: CI
2
on:
3
push:
4
branches:
5
- - master
+ - main
6
pull_request:
7
8
9
jobs:
10
build:
11
runs-on: ubuntu-latest
.github/workflows/deploy.yml
@@ -2,7 +2,7 @@ name: Deploy
deploy:
0 commit comments