We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f1c0a9 commit c41dd21Copy full SHA for c41dd21
.github/workflows/release.yml
@@ -7,9 +7,11 @@ name: Release Actions
7
on:
8
release:
9
types: [published]
10
+ workflow_dispatch:
11
12
jobs:
13
upload-release-assets:
14
+ if: github.event_name != 'workflow_dispatch' && github.repository == '2bndy5/CircuitPython_Homie'
15
runs-on: ubuntu-latest
16
steps:
17
- name: Translate Repo Name For Build Tools filename_prefix
0 commit comments