Skip to content

Commit 213bc80

Browse files
committed
Merge branch 'global_asm_link' of github.com:onsdagens/riscv-rt into global_asm_link
2 parents 3358321 + 47082d0 commit 213bc80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

riscv-rt/.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
on:
22
push:
3-
branches: [ master, global_asm ]
3+
branches: [ master, global_asm, global_asm_link ]
44
pull_request:
55
merge_group:
66

@@ -47,4 +47,4 @@ jobs:
4747
if: always()
4848
steps:
4949
- run: jq --exit-status 'all(.result == "success")' <<< '${{ toJson(needs) }}'
50-
50+

0 commit comments

Comments
 (0)