Skip to content

Commit 1b2d687

Browse files
authored
Merge pull request #37 from tekktrik/dev/ignore-mpy-bundle
Stop building mpy bundles in build and release workflows
2 parents 45263eb + e55c363 commit 1b2d687

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ jobs:
1212
steps:
1313
- name: Run Build CI workflow
1414
uses: adafruit/workflows-circuitpython-libs/build@main
15+
with:
16+
ignore-bundles: mpy

.github/workflows/release_gh.yml

+1
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ jobs:
1717
with:
1818
github-token: ${{ secrets.GITHUB_TOKEN }}
1919
upload-url: ${{ github.event.release.upload_url }}
20+
ignore-bundles: mpy

0 commit comments

Comments
 (0)