diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 24ac4c6f..11206d5b 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: build: diff --git a/.github/workflows/update-data.yml b/.github/workflows/update-data.yml index ae933eba..ecf3b13a 100644 --- a/.github/workflows/update-data.yml +++ b/.github/workflows/update-data.yml @@ -10,7 +10,7 @@ jobs: - name: Checkout code uses: actions/checkout@v3 with: - ref: master + ref: main - name: Set up Python uses: actions/setup-python@v1 with: diff --git a/README.md b/README.md index d4434a55..41040ee5 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Requires Python 3.10+. ### Configuration Environment variables are used for configuration. You may either set these in your environment before running, -or populate them in the [env](https://github.com/pmariglia/foul-play/blob/master/env) file. +or populate them in the [env](https://github.com/pmariglia/foul-play/blob/main/env) file. The configurations available are: @@ -47,7 +47,7 @@ Install the requirements with `pip install -r requirements.txt`. Note: Requires Rust to be installed on your machine to build the engine. -**3. Configure your [env](https://github.com/pmariglia/foul-play/blob/master/env) file** +**3. Configure your [env](https://github.com/pmariglia/foul-play/blob/main/env) file** Here is a sample: ```