diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-09-07 18:04:08 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-09-07 18:04:08 +0200 |
| commit | 9db41f2d43fd08f7280d7a7f7874bcc3a7c4a296 (patch) | |
| tree | 74d1a15a8244a6166aedf8f69a5b8e7ab798548d /.github/workflows | |
| parent | 9aabc831fad9e3b83180aa3fa01c8ee09cf0f14a (diff) | |
feat: workflows: update target ci branch.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/arm64.yml | 6 | ||||
| -rw-r--r-- | .github/workflows/rv64.yml | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/arm64.yml b/.github/workflows/arm64.yml index 14a815a..80c4d8b 100644 --- a/.github/workflows/arm64.yml +++ b/.github/workflows/arm64.yml @@ -2,9 +2,9 @@ name: FW CI (ARM64) 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-aarch64-linux-gnu - name: Build FW (ARM64) - run: cd src && cd arm64 && make -f ci.make all
\ No newline at end of file + run: cd src && cd arm64 && make -f ci.make all 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 |
