diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-09-28 17:04:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-28 17:04:02 +0200 |
| commit | b9d6c2fffc397cd8dd9f7948be6f17f24d4f4850 (patch) | |
| tree | 83a84bb609e712fd9a6e049d7e5ebf1e31997aa4 /.github | |
| parent | d41f15b09cc6adce79ce5c698dc5a53ddd7dd5f0 (diff) | |
| parent | 31eb508f29c88c4468c0b83616561a08521a1878 (diff) | |
Merge pull request #9 from nekernel-org/dev
v0.0.6: NeBoot
Diffstat (limited to '.github')
| -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 |
