Skip to content

Commit

Permalink
master -> main references in github-actions & readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pmariglia committed Dec 26, 2024
1 parent bcfe9f9 commit 9f507bd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: CI
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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:
```
Expand Down

0 comments on commit 9f507bd

Please sign in to comment.