Skip to content

Commit

Permalink
Merge pull request #716 from insanum/metadata
Browse files Browse the repository at this point in the history
Fix branch name master->main in GH Actions and README
  • Loading branch information
dbarnett authored Aug 27, 2024
2 parents e1c5757 + bef7b5f commit 9b65c9a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Codespell

on:
push:
branches: [master]
branches: [main]
pull_request:
branches: [master]
branches: [main]

permissions:
contents: read
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Tests (tox)

on:
push:
branches: [master]
branches: [main]
pull_request:
branches: [master]
branches: [main]

permissions:
contents: read
Expand Down
8 changes: 4 additions & 4 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,15 +92,15 @@ pip install .[vobject]

## More screenshots

![gcalcli 1](https://github.com/insanum/gcalcli/raw/main/docs/gcalcli_1.png)
![gcalcli 1](https://raw.githubusercontent.com/insanum/gcalcli/HEAD/gcalcli_1.png)

![gcalcli 2](https://github.com/insanum/gcalcli/raw/main/docs/gcalcli_2.png)
![gcalcli 2](https://raw.githubusercontent.com/insanum/gcalcli/HEAD/gcalcli_2.png)

![gcalcli 3](https://github.com/insanum/gcalcli/raw/main/docs/gcalcli_3.png)
![gcalcli 3](https://raw.githubusercontent.com/insanum/gcalcli/HEAD/docs/gcalcli_3.png)

Reminder popup:

![Reminder popup](https://github.com/insanum/gcalcli/raw/master/docs/gcalcli_4.png)
![Reminder popup](https://raw.githubusercontent.com/insanum/gcalcli/HEAD/docs/gcalcli_4.png)

## Usage

Expand Down

0 comments on commit 9b65c9a

Please sign in to comment.