Skip to content

Commit be70629

Browse files
committed
.github/workflows/testing.yml: install jj-v0.25.0, run on all branches
Signed-off-by: Tim Janik <timj@gnu.org>
1 parent 6e2de4c commit be70629

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/testing.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33
# Linting: xclip -sel c <.github/workflows/testing.yml # https://rhysd.github.io/actionlint/
44

55
on:
6+
pull_request:
67
push:
7-
branches: [ 'trunk', 'next', 'wip/**' ]
8+
branches: [ '**' ]
89
# tags: [ 'v[0-9]+.[0-9]+.[0-9]+*' ]
9-
pull_request:
10-
branches: [ 'trunk', 'next' ]
1110

1211
jobs:
1312

@@ -21,7 +20,7 @@ jobs:
2120
tar zxvf - -C ~/.cargo/bin/ fzf
2221
fzf --version
2322
- run: |
24-
curl -s -L https://github.com/martinvonz/jj/releases/download/v0.24.0/jj-v0.24.0-x86_64-unknown-linux-musl.tar.gz |
23+
curl -s -L https://github.com/martinvonz/jj/releases/download/v0.25.0/jj-v0.25.0-x86_64-unknown-linux-musl.tar.gz |
2524
tar zxvf - -C ~/.cargo/bin/ ./jj
2625
jj --version
2726
- run: |

0 commit comments

Comments
 (0)