Skip to content

Commit 9eb562e

Browse files
committed
🚚 Change branch name
1 parent b16cac3 commit 9eb562e

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/main.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,16 @@ jobs:
3131
tree-sitter test
3232
- uses: actions/checkout@v4
3333
with:
34-
ref: release
35-
path: release
36-
- name: Release
34+
ref: main
35+
path: main
36+
- name: main
3737
run: |
38-
rm -rf release/src
39-
cp -r src release
38+
rm -rf main/src
39+
cp -r src main
4040
- uses: stefanzweifel/git-auto-commit-action@v5
4141
with:
42-
repository: release
43-
branch: release
42+
repository: main
43+
branch: main
4444
commit_message: 'chore: update generated artifacts'
4545
file_pattern: src
4646
add_options: -f

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ For tmux format string, install
4949
[tree-sitter-tmuxf](https://github.com/Freed-Wu/tree-sitter-tmuxf).
5050

5151
If you don't want to install nodejs to generate `src/grammar.json`,
52-
use [release](https://github.com/Freed-Wu/tree-sitter-tmux/tree/release).
52+
use branch [main](https://github.com/Freed-Wu/tree-sitter-tmux/tree/main).

0 commit comments

Comments
 (0)