summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/rv64.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/rv64.yml')
-rw-r--r--.github/workflows/rv64.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/rv64.yml b/.github/workflows/rv64.yml
index e25982b..23fef58 100644
--- a/.github/workflows/rv64.yml
+++ b/.github/workflows/rv64.yml
@@ -2,9 +2,9 @@ name: FW CI (RV64)
on:
push:
- branches: [ "master" ]
+ branches: [ "stable" ]
pull_request:
- branches: [ "master" ]
+ branches: [ "stable" ]
jobs:
build:
@@ -16,4 +16,4 @@ jobs:
- name: Install Packages
run: sudo apt update && sudo apt install gcc-riscv64-unknown-elf
- name: Build FW (ARM64)
- run: cd src && cd rv64 && make -f ci.make all \ No newline at end of file
+ run: cd src && cd rv64 && make -f ci.make all