File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22#
33# SPDX-License-Identifier: MIT
44
5- name : GitHub Release Actions
5+ name : Build CI
66
7- on :
8- release :
9- types : [published]
7+ on : [pull_request, push]
108
119jobs :
12- upload-release-assets :
10+ test :
1311 runs-on : ubuntu-latest
1412 steps :
15- - name : Run GitHub Release CI workflow
16- uses : adafruit/workflows-circuitpython-libs/release-gh@main
17- with :
18- github-token : ${{ secrets.GITHUB_TOKEN }}
13+ - name : Run Build CI workflow
14+ uses : adafruit/workflows-circuitpython-libs/build@main
Original file line number Diff line number Diff line change 22#
33# SPDX-License-Identifier: MIT
44
5- name : PyPI Release Actions
5+ name : Build CI
66
7- on :
8- release :
9- types : [published]
7+ on : [pull_request, push]
108
119jobs :
12- upload-release-assets :
10+ test :
1311 runs-on : ubuntu-latest
1412 steps :
15- - name : Run PyPI Release CI workflow
16- uses : adafruit/workflows-circuitpython-libs/release-pypi@main
17- with :
18- pypi-username : ${{ secrets.pypi_username }}
19- pypi-password : ${{ secrets.pypi_password }}
13+ - name : Run Build CI workflow
14+ uses : adafruit/workflows-circuitpython-libs/build@main
You can’t perform that action at this time.
0 commit comments