Skip to content

Commit

Permalink
Merge pull request #439 from quartiq/rs/ci-fix
Browse files Browse the repository at this point in the history
Fixing CI attachment upload
  • Loading branch information
ryan-summers authored Aug 29, 2024
2 parents 3afc152 + 6a011b2 commit d9d159f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

- name: Upload Artifacts
uses: actions/upload-artifact@v4
if: (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop')
if: github.ref == 'refs/heads/main'
with:
name: Firmware Images
path: |
Expand Down

0 comments on commit d9d159f

Please sign in to comment.