diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 155e31c..79b0085 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -4,10 +4,10 @@ on: types: [published] push: branches: - - master + - main pull_request: branches: - - master + - main jobs: build: diff --git a/.github/workflows/style.yaml b/.github/workflows/style.yaml index 589c882..d655301 100644 --- a/.github/workflows/style.yaml +++ b/.github/workflows/style.yaml @@ -2,10 +2,10 @@ name: Check Code Style on: push: branches: - - master + - main pull_request: branches: - - master + - main jobs: run-black: diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 4a81381..559b2d9 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -2,10 +2,10 @@ name: Run Tests on: push: branches: - - master + - main pull_request: branches: - - master + - main jobs: run-tests: diff --git a/README.md b/README.md index 7135193..f5b7035 100644 --- a/README.md +++ b/README.md @@ -112,4 +112,4 @@ Currently, PyCave implements three different models: ## License -PyCave is licensed under the [MIT License](https://github.com/borchero/pycave/blob/master/LICENSE). +PyCave is licensed under the [MIT License](https://github.com/borchero/pycave/blob/main/LICENSE).