diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 986079c..d1e8a90 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: Continuous Integration on: push: - branches: [master] + branches: [main] pull_request: jobs: diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 4979d06..cad50c1 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -3,7 +3,7 @@ name: github pages on: push: branches: - - master + - main jobs: deploy: