Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LegoYoda112 committed Jan 27, 2024
1 parent 0eeb89c commit 69ce2ad
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Makefile CI

on:
push:
branches: [ "dev-build" ]
branches: [ "main", "dev-build" ]
pull_request:
branches: [ "dev-bulid" ]
branches: [ "main", "dev-bulid" ]

jobs:
build:
Expand All @@ -24,9 +24,15 @@ jobs:
cd bootloader
make -j
cd ..
- name: Build firmware
run: |
cd firmware
make -j
cd ..
- name: Archive build files
uses: actions/upload-artifact@v3
with:
name: build-elf
path: bootloader/build/50x50_Bootloader.elf
name: 50x50_Bootloader.hex
path: bootloader/build/50x50_Bootloader.hex

0 comments on commit 69ce2ad

Please sign in to comment.