We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e2de4c commit be70629Copy full SHA for be70629
.github/workflows/testing.yml
@@ -3,11 +3,10 @@
3
# Linting: xclip -sel c <.github/workflows/testing.yml # https://rhysd.github.io/actionlint/
4
5
on:
6
+ pull_request:
7
push:
- branches: [ 'trunk', 'next', 'wip/**' ]
8
+ branches: [ '**' ]
9
# tags: [ 'v[0-9]+.[0-9]+.[0-9]+*' ]
- pull_request:
10
- branches: [ 'trunk', 'next' ]
11
12
jobs:
13
@@ -21,7 +20,7 @@ jobs:
21
20
tar zxvf - -C ~/.cargo/bin/ fzf
22
fzf --version
23
- 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 |
+ curl -s -L https://github.com/martinvonz/jj/releases/download/v0.25.0/jj-v0.25.0-x86_64-unknown-linux-musl.tar.gz |
25
tar zxvf - -C ~/.cargo/bin/ ./jj
26
jj --version
27
0 commit comments