mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-24 23:46:41 +02:00
Rename master to main
This commit is contained in:
parent
7cbc20b43a
commit
5303b800b9
4 changed files with 5 additions and 5 deletions
2
.github/workflows/cd.yml
vendored
2
.github/workflows/cd.yml
vendored
|
@ -2,7 +2,7 @@ name: CD
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
tags:
|
tags:
|
||||||
- v*
|
- v*
|
||||||
|
|
||||||
|
|
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
||||||
- name: Build site
|
- name: Build site
|
||||||
run: mkdocs build
|
run: mkdocs build
|
||||||
- name: Github Pages Deploy
|
- name: Github Pages Deploy
|
||||||
if: github.ref == 'refs/heads/master'
|
if: github.ref == 'refs/heads/main'
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
with:
|
with:
|
||||||
personal_token: ${{ secrets.GITHUB_TOKEN }}
|
personal_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
2
.github/workflows/release-drafter.yml
vendored
2
.github/workflows/release-drafter.yml
vendored
|
@ -3,7 +3,7 @@ name: Release Drafter
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update_release_draft:
|
update_release_draft:
|
||||||
|
|
|
@ -9,7 +9,7 @@ Unless otherwise specified, you will need to install `taskwarrior` first. See <h
|
||||||
2. Unzip the tar.gz file
|
2. Unzip the tar.gz file
|
||||||
3. Run with `./taskwarrior-tui`.
|
3. Run with `./taskwarrior-tui`.
|
||||||
|
|
||||||
**Install from source** [](https://github.com/kdheepak/taskwarrior-tui)
|
**Install from source** [](https://github.com/kdheepak/taskwarrior-tui)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/kdheepak/taskwarrior-tui.git
|
git clone https://github.com/kdheepak/taskwarrior-tui.git
|
||||||
|
@ -37,7 +37,7 @@ pacman -S taskwarrior-tui
|
||||||
Or use your favorite [AUR helper](https://wiki.archlinux.org/index.php/AUR_helpers) to download the [git](https://aur.archlinux.org/packages/taskwarrior-tui-git/) package maintained by [**@loki7990**](https://github.com/loki7990). For example:
|
Or use your favorite [AUR helper](https://wiki.archlinux.org/index.php/AUR_helpers) to download the [git](https://aur.archlinux.org/packages/taskwarrior-tui-git/) package maintained by [**@loki7990**](https://github.com/loki7990). For example:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
yay -S taskwarrior-tui-git # build from source master
|
yay -S taskwarrior-tui-git # build from source
|
||||||
```
|
```
|
||||||
|
|
||||||
**Using [`snap`](https://snapcraft.io/)** [](https://snapcraft.io/taskwarrior-tui)
|
**Using [`snap`](https://snapcraft.io/)** [](https://snapcraft.io/taskwarrior-tui)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue