Skip to content

Commit

Permalink
update compile on commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stancecoke committed Oct 2, 2024
1 parent 31c7a52 commit 28d34a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/compile_on_commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: C/C++ CI

on:
push:
branches: [ m365_improvements ]
branches: [ JYT_Yose ]
pull_request:
branches: [ master ]

Expand Down Expand Up @@ -51,8 +51,8 @@ jobs:
- run: java -cp java make/hexToLsh.java

- name: 'Upload Artifact'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
path: ${{ github.workspace }}/output
path: ${{ github.workspace }}/build/EBiCS_Firmware.hex
name: EBiCS_build_${{ github.run_number }}
retention-days: 5
retention-days: 10

0 comments on commit 28d34a5

Please sign in to comment.