diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69f7c50..8cb0203 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,10 +3,10 @@ name: CI on: push: branches: - - master + - main pull_request: branches: - - master + - main jobs: test: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 103e92a..54f40d8 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -3,7 +3,7 @@ name: Lint on: push: branches: - - master + - main pull_request: branches: - "**"