Skip to content

Commit c41dd21

Browse files
committed
adjust release CI
1 parent 8f1c0a9 commit c41dd21

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ name: Release Actions
77
on:
88
release:
99
types: [published]
10+
workflow_dispatch:
1011

1112
jobs:
1213
upload-release-assets:
14+
if: github.event_name != 'workflow_dispatch' && github.repository == '2bndy5/CircuitPython_Homie'
1315
runs-on: ubuntu-latest
1416
steps:
1517
- name: Translate Repo Name For Build Tools filename_prefix

0 commit comments

Comments
 (0)