Skip to content

Commit 47082d0

Browse files
authored
run workflow on new branch
1 parent f823dd9 commit 47082d0

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)